Click or drag to resize

AnimationTrackMoveUp Method

Moves a track up.

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

Parameters

trackIdx
Type: SystemInt32

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

See Also