Table of Contents

Class FloatAnimatorParameterBinding

Namespace
Coherence.Toolkit.Bindings
Assembly
Coherence.Toolkit.dll
public class FloatAnimatorParameterBinding : FloatBinding
Inheritance
FloatAnimatorParameterBinding
Inherited Members

Constructors

FloatAnimatorParameterBinding()

protected FloatAnimatorParameterBinding()

FloatAnimatorParameterBinding(Descriptor, Component)

public FloatAnimatorParameterBinding(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 float Value { get; set; }

Property Value

float