Click or drag to resize

AnimationTrackMoveTo Method

Changes the index position of track idx to the one defined in to_idx.

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

Parameters

trackIdx
Type: SystemInt32

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

toIdx
Type: SystemInt32

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

See Also