Table of Contents

Class IntAnimatorParameterBinding

Namespace
Coherence.Toolkit.Bindings
Assembly
Coherence.Toolkit.dll
public class IntAnimatorParameterBinding : IntBinding
Inheritance
IntAnimatorParameterBinding
Inherited Members

Constructors

IntAnimatorParameterBinding()

protected IntAnimatorParameterBinding()

IntAnimatorParameterBinding(Descriptor, Component)

public IntAnimatorParameterBinding(Descriptor descriptor, Component unityComponent)

Parameters

descriptor Descriptor
unityComponent Component

Properties

BakedSyncScriptGetter

public override string BakedSyncScriptGetter { get; }

Property Value

string

BakedSyncScriptSetter

public override string BakedSyncScriptSetter { get; }

Property Value

string

CastedDescriptor

protected AnimatorDescriptor CastedDescriptor { get; }

Property Value

AnimatorDescriptor

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; }

Property Value

int