Click or drag to resize

AnimationTrackInsertKey Method

Insert a generic key in a given track.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TrackInsertKey(
	int trackIdx,
	float time,
	Object key,
	float transition = 1f
)

Parameters

trackIdx
Type: SystemInt32

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

time
Type: SystemSingle

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

key
Type: SystemObject

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

transition (Optional)
Type: SystemSingle

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

See Also