Click or drag to resize

SceneTreeSetAutoAcceptQuit Method

If true, the application automatically accepts quitting. Enabled by default.

For mobile platforms, see SetQuitOnGoBack(Boolean).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetAutoAcceptQuit(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.SceneTree.SetAutoAcceptQuit(System.Boolean)"]

See Also