VisibilityAttribute
Last updated
Was this helpful?
Last updated
Was this helpful?
Class in
Inherits from
Controls whether a property is visible or not in the Unity Inspector.
The type of test represented by .
The name of another property on the object that determines whether this property is visible or not.
The value that the variable indicated by is compared to.
Controls whether the property appears when the condition passes ( true
), or fails ( false
).
The type of test that represents.