Click or drag to resize

GestureDataLerp Method

Interpolate a point of the gesture.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Nullable<Vector3> Lerp(
	float t
)

Parameters

t
Type: SystemSingle

Return Value

Type: NullableVector3
Remarks
Important note Important
The gesture must be valid.
See Also