Click or drag to resize

AnimationAnimationTrackInsertKey Method

Inserts a key with value animation at the given time (in seconds). 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 int AnimationTrackInsertKey(
	int trackIdx,
	float time,
	string animation
)

Parameters

trackIdx
Type: SystemInt32

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

time
Type: SystemSingle

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

animation
Type: SystemString

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

Return Value

Type: Int32

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

See Also