Click or drag to resize

AnimationBezierTrackSetKeyOutHandle Method

Sets the out handle of the key identified by key_idx to value out_handle. 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 BezierTrackSetKeyOutHandle(
	int trackIdx,
	int keyIdx,
	Vector2 outHandle
)

Parameters

trackIdx
Type: SystemInt32

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

keyIdx
Type: SystemInt32

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

outHandle
Type: GodotVector2

[Missing <param name="outHandle"/> documentation for "M:Godot.Animation.BezierTrackSetKeyOutHandle(System.Int32,System.Int32,Godot.Vector2)"]

See Also