UxrHandDescriptor.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(
	UxrHandDescriptor to,
	float t
)

Parameters

 

to
Type: UltimateXR.Manipulation.HandPoses.UxrHandDescriptor
Descriptor to interpolate the data to
t
Type: System.Single
Interpolation factor [0.0, 1.0]

See Also

Reference

UxrHandDescriptor Class
UltimateXR.Manipulation.HandPoses Namespace