Click or drag to resize

EditorInterfaceSetDistractionFreeMode Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDistractionFreeMode is deprecated. Use the DistractionFreeMode property instead.")]
public void SetDistractionFreeMode(
	bool enter
)

Parameters

enter
Type: SystemBoolean

[Missing <param name="enter"/> documentation for "M:Godot.EditorInterface.SetDistractionFreeMode(System.Boolean)"]

See Also