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