Table of Contents

Class SByteBinding

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

Constructors

SByteBinding()

protected SByteBinding()

SByteBinding(Descriptor, Component)

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

Property Value

sbyte

Methods

DiffersFrom(sbyte, sbyte)

protected override bool DiffersFrom(sbyte first, sbyte second)

Parameters

first sbyte
second sbyte

Returns

bool

GetInterpolatedAt(double)

public override sbyte GetInterpolatedAt(double time)

Parameters

time double

Returns

sbyte

Interpolate(double, sbyte)

protected override sbyte Interpolate(double time, sbyte currentValue)

Parameters

time double
currentValue sbyte

Returns

sbyte