Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Property in VisibilityAttribute
The name of another property on the object that determines whether this property is visible or not.
Property in VisibilityAttribute
The value that the variable indicated by Condition is compared to.
This value is only used when Mode is EnumEquality .
Class in Yarn.Unity
Inherits from YarnEditorAttribute
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.
Enum in VisibilityAttribute
Inherits from System.Enum
The type of test represented by Condition .
is the name of a bool
variable or a reference to a UnityEngine.Object
, and the test passes when the variable is true
(if bool) or non-null (if an object).
is the name of an enum variable, and the test passes when the variable's value is equal to .