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