Click or drag to resize

AnimationBezierTrackSetKeyValue Method

Sets the value of the key identified by key_idx to the given value. The track_idx must be the index of a Bezier Track.

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

Parameters

trackIdx
Type: SystemInt32

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

keyIdx
Type: SystemInt32

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

value
Type: SystemSingle

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

See Also