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