Click or drag to resize

AnimationTrackGetKeyCount Method

Returns the amount of keys in a given track.

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

Parameters

trackIdx
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also