Click or drag to resize

OSGlobalMenuClear Method

Clear the global menu, in effect removing all items.

Note: This method is implemented on macOS.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void GlobalMenuClear(
	string menu
)

Parameters

menu
Type: SystemString

[Missing <param name="menu"/> documentation for "M:Godot.OS.GlobalMenuClear(System.String)"]

See Also