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
DescriptorunityComponent
Component
Properties
CoherenceComponentName
public override string CoherenceComponentName { get; }
Property Value
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
Methods
DiffersFrom(byte, byte)
protected override bool DiffersFrom(byte first, byte second)
Parameters
Returns
GetInterpolatedAt(double)
public override byte GetInterpolatedAt(double time)
Parameters
time
double
Returns
Interpolate(double, byte)
protected override byte Interpolate(double time, byte currentValue)