Click or drag to resize

AnimationTrackSetKeyValue Method

Sets the value of an existing key.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TrackSetKeyValue(
	int trackIdx,
	int key,
	Object value
)

Parameters

trackIdx
Type: SystemInt32

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

key
Type: SystemInt32

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

value
Type: SystemObject

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

See Also