Table of Contents

Class ByteBinding

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

Constructors

ByteBinding()

protected ByteBinding()

ByteBinding(Descriptor, Component)

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

Property Value

byte

Methods

DiffersFrom(byte, byte)

protected override bool DiffersFrom(byte first, byte second)

Parameters

first byte
second byte

Returns

bool

GetInterpolatedAt(double)

public override byte GetInterpolatedAt(double time)

Parameters

time double

Returns

byte

Interpolate(double, byte)

protected override byte Interpolate(double time, byte currentValue)

Parameters

time double
currentValue byte

Returns

byte