Click or drag to resize

AnimationTrackSetInterpolationLoopWrap Method

If true, the track at idx wraps the interpolation loop.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TrackSetInterpolationLoopWrap(
	int trackIdx,
	bool interpolation
)

Parameters

trackIdx
Type: SystemInt32

[Missing <param name="trackIdx"/> documentation for "M:Godot.Animation.TrackSetInterpolationLoopWrap(System.Int32,System.Boolean)"]

interpolation
Type: SystemBoolean

[Missing <param name="interpolation"/> documentation for "M:Godot.Animation.TrackSetInterpolationLoopWrap(System.Int32,System.Boolean)"]

See Also