Click or drag to resize

Animation.TrackSetInterpolationLoopWrap 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: System.Int32

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

interpolation
Type: System.Boolean

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

See Also