Click or drag to resize

AnimationTrackSetEnabled Method

Enables/disables the given track. Tracks are enabled by default.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TrackSetEnabled(
	int trackIdx,
	bool enabled
)

Parameters

trackIdx
Type: SystemInt32

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

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.Animation.TrackSetEnabled(System.Int32,System.Boolean)"]

See Also