UxrFingerDescriptor.InterpolateTo Method
Interpolates the data towards another descriptor.
Namespace: UltimateXR.Manipulation.HandPoses
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public void InterpolateTo(
UxrFingerDescriptor to,
float t
)
Parameters
- to
- Type: UltimateXR.Manipulation.HandPoses.UxrFingerDescriptor
Descriptor to interpolate the data to - t
- Type: System.Single
Interpolation factor [0.0, 1.0]
See Also
Reference
UxrFingerDescriptor Structure
UltimateXR.Manipulation.HandPoses Namespace