  | GestureDataLerp 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: SystemSingle
 
Return Value
Type: 
NullableVector3
Remarks  Important | 
|---|
| 
                    The gesture must be valid.
                 | 
See Also