Table of Contents

Class CharBinding

Namespace
Coherence.Toolkit.Bindings.ValueBindings
Assembly
Coherence.Toolkit.dll
public class CharBinding : ValueBinding<char>
Inheritance
CharBinding
Inherited Members

Constructors

CharBinding()

protected CharBinding()

CharBinding(Descriptor, Component)

public CharBinding(Descriptor descriptor, Component unityComponent)

Parameters

descriptor Descriptor
unityComponent Component

Properties

CoherenceComponentName

public override string CoherenceComponentName { get; }

Property Value

string

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 char Value { get; set; }

Property Value

char

Methods

DiffersFrom(char, char)

protected override bool DiffersFrom(char first, char second)

Parameters

first char
second char

Returns

bool

GetInterpolatedAt(double)

public override char GetInterpolatedAt(double time)

Parameters

time double

Returns

char

Interpolate(double, char)

protected override char Interpolate(double time, char currentValue)

Parameters

time double
currentValue char

Returns

char