Click or drag to resize

GestureData.Lerp 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: System.Single

Return Value

Type: Nullable<Vector3>
Remarks
Important note Important
The gesture must be valid.
See Also