Click or drag to resize

OSGlobalMenuAddSeparator Method

Add a separator between items. Separators also occupy an index.

Note: This method is implemented on macOS.

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

Parameters

menu
Type: SystemString

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

See Also