Click or drag to resize

AnimationAnimationTrackSetKeyAnimation Method

Sets the key identified by key_idx to value animation. The track_idx must be the index of an Animation Track.

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

Parameters

trackIdx
Type: SystemInt32

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

keyIdx
Type: SystemInt32

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

animation
Type: SystemString

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

See Also