Click or drag to resize

AnimationRemoveTrack Method

Removes a track by specifying the track index.

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

Parameters

trackIdx
Type: SystemInt32

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

See Also