Click or drag to resize

AnimationMethodTrackGetName Method

Returns the method name of a method track.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string MethodTrackGetName(
	int trackIdx,
	int keyIdx
)

Parameters

trackIdx
Type: SystemInt32

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

keyIdx
Type: SystemInt32

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

Return Value

Type: String

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

See Also