Click or drag to resize

AnimationNodeStateMachineTransitionSetAutoAdvance Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationNodeStateMachineTransition.SetAutoAdvance(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAutoAdvance is deprecated. Use the AutoAdvance property instead.")]
public void SetAutoAdvance(
	bool autoAdvance
)

Parameters

autoAdvance
Type: SystemBoolean

[Missing <param name="autoAdvance"/> documentation for "M:Godot.AnimationNodeStateMachineTransition.SetAutoAdvance(System.Boolean)"]

See Also