Click or drag to resize

AnimationTrackSwap Method

Swaps the track idx's index position with the track with_idx.

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

Parameters

trackIdx
Type: SystemInt32

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

withIdx
Type: SystemInt32

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

See Also