Click or drag to resize

AnimationTrackGetInterpolationLoopWrap Method

Returns true if the track at idx wraps the interpolation loop. New tracks wrap the interpolation loop by default.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool TrackGetInterpolationLoopWrap(
	int trackIdx
)

Parameters

trackIdx
Type: SystemInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Animation.TrackGetInterpolationLoopWrap(System.Int32)"]

See Also