Class FloatAnimatorParameterBinding
public class FloatAnimatorParameterBinding : FloatBinding
- Inheritance
-
FloatAnimatorParameterBinding
- Inherited Members
Constructors
FloatAnimatorParameterBinding()
protected FloatAnimatorParameterBinding()
FloatAnimatorParameterBinding(Descriptor, Component)
public FloatAnimatorParameterBinding(Descriptor descriptor, Component unityComponent)
Parameters
descriptor
DescriptorunityComponent
Component
Properties
BakedSyncScriptGetter
public override string BakedSyncScriptGetter { get; }
Property Value
BakedSyncScriptSetter
public override string BakedSyncScriptSetter { get; }
Property Value
CastedDescriptor
protected AnimatorDescriptor CastedDescriptor { get; }
Property Value
Value
The current value of the target field/property on the binding's Unity component. This is generally the value you'll see in the inspector.
public override float Value { get; set; }