Click or drag to resize

AnimationMethodTrackGetKeyIndices Method

Returns all the key indices of a method track, given a position and delta time.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int[] MethodTrackGetKeyIndices(
	int trackIdx,
	float timeSec,
	float delta
)

Parameters

trackIdx
Type: SystemInt32

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

timeSec
Type: SystemSingle

[Missing <param name="timeSec"/> documentation for "M:Godot.Animation.MethodTrackGetKeyIndices(System.Int32,System.Single,System.Single)"]

delta
Type: SystemSingle

[Missing <param name="delta"/> documentation for "M:Godot.Animation.MethodTrackGetKeyIndices(System.Int32,System.Single,System.Single)"]

Return Value

Type: Int32

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

See Also