Class BoolProperty
Class BoolProperty. Implements the Property`1
Inheritance
BoolProperty
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Global Namespace
Syntax
[NodeProperty("Boolean", true)]
[AddComponentMenu("")]
public class BoolProperty : Property<bool>
See Also
Property`1