Click or drag to resize

AnimationTrackRemoveKeyAtPosition Method

Removes a key by position (seconds) in a given track.

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

Parameters

trackIdx
Type: SystemInt32

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

position
Type: SystemSingle

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

See Also