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