| 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 public Nullable<Vector3> Lerp(
float t
)
Parameters
- t
- Type: SystemSingle
Return Value
Type:
NullableVector3Remarks Important |
---|
The gesture must be valid.
|
See Also