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