Class ULongBinding
- Namespace
- Coherence.Toolkit.Bindings.ValueBindings
- Assembly
- Coherence.Toolkit.dll
public class ULongBinding : ValueBinding<ulong>
- Inheritance
-
ULongBinding
- Inherited Members
Constructors
ULongBinding()
protected ULongBinding()
ULongBinding(Descriptor, Component)
public ULongBinding(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 ulong Value { get; set; }
Property Value
Methods
DiffersFrom(ulong, ulong)
protected override bool DiffersFrom(ulong first, ulong second)
Parameters
Returns
GetInterpolatedAt(double)
public override ulong GetInterpolatedAt(double time)
Parameters
time
double
Returns
Interpolate(double, ulong)
protected override ulong Interpolate(double time, ulong currentValue)
Parameters
Returns
ReadComponentData(ICoherenceComponentData, Vector3)
protected override ulong ReadComponentData(ICoherenceComponentData coherenceComponent, Vector3 floatingOriginDelta)
Parameters
coherenceComponent
ICoherenceComponentDatafloatingOriginDelta
Vector3