UxrInterpolationSettings.GetInterpolationFactor Method

Gets the T value used for linear interpolations given a time value.

Namespace: UltimateXR.Animation.Interpolation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public float GetInterpolationFactor(
	float time
)

Parameters

 

time
Type: System.Single
Time value

Return Value

Type: Single
The interpolation t value required to linearly interpolate using the current parameters

See Also

Reference

UxrInterpolationSettings Class
UltimateXR.Animation.Interpolation Namespace