Click or drag to resize

AnimationTrackGetPath Method

Gets the path of a track. For more information on the path format, see TrackSetPath(Int32, NodePath).

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

Parameters

trackIdx
Type: SystemInt32

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

Return Value

Type: NodePath

[Missing <returns> documentation for "M:Godot.Animation.TrackGetPath(System.Int32)"]

See Also