Click or drag to resize

AnimationTrackSetKeyTime Method

Sets the time of an existing key.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TrackSetKeyTime(
	int trackIdx,
	int keyIdx,
	float time
)

Parameters

trackIdx
Type: SystemInt32

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

keyIdx
Type: SystemInt32

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

time
Type: SystemSingle

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

See Also