tenpn / ChestOfPropertyDrawers

A collection of small reusable Unity3D property drawers.
Other
70 stars 11 forks source link

Idea: hide field if <lambda> #6

Open tenpn opened 11 years ago

tenpn commented 11 years ago
[HideIf(obj => obj.Texture == null)]
public Color textureColor;