Click or drag to resize

AnimationTrackGetType Method

Gets the type of a track.

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

Parameters

trackIdx
Type: SystemInt32

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

Return Value

Type: AnimationTrackType

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

See Also