AnimationTransformTrackInterpolate Method |
Returns the interpolated value of a transform track at a given time (in seconds). An array consisting of 3 elements: position (Vector3), rotation (Quat) and scale (Vector3).
Namespace: Godot
public Array TransformTrackInterpolate( int trackIdx, float timeSec )
[Missing <param name="trackIdx"/> documentation for "M:Godot.Animation.TransformTrackInterpolate(System.Int32,System.Single)"]
[Missing <param name="timeSec"/> documentation for "M:Godot.Animation.TransformTrackInterpolate(System.Int32,System.Single)"]
[Missing <returns> documentation for "M:Godot.Animation.TransformTrackInterpolate(System.Int32,System.Single)"]