Click or drag to resize

AnimationFindTrack Method

Returns the index of the specified track. If the track is not found, return -1.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int FindTrack(
	NodePath path
)

Parameters

path
Type: GodotNodePath

[Missing <param name="path"/> documentation for "M:Godot.Animation.FindTrack(Godot.NodePath)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Animation.FindTrack(Godot.NodePath)"]

See Also