Class ObjectBinding
Class ObjectBinding. Implements the Binding`1
Inheritance
ObjectBinding
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<Object>), true)]
[AddComponentMenu("")]
public class ObjectBinding : Binding<Object>
See Also
Binding`1