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