Class IntAnimatorParameterBinding
public class IntAnimatorParameterBinding : IntBinding
- Inheritance
-
IntAnimatorParameterBinding
- Inherited Members
Constructors
IntAnimatorParameterBinding()
protected IntAnimatorParameterBinding()
IntAnimatorParameterBinding(Descriptor, Component)
public IntAnimatorParameterBinding(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 int Value { get; set; }