Click or drag to resize

MainLoop_GlobalMenuAction Method

Called when the user performs an action in the system global menu (e.g. the Mac OS menu bar).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual void _GlobalMenuAction(
	Object id,
	Object meta
)

Parameters

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:Godot.MainLoop._GlobalMenuAction(System.Object,System.Object)"]

meta
Type: SystemObject

[Missing <param name="meta"/> documentation for "M:Godot.MainLoop._GlobalMenuAction(System.Object,System.Object)"]

See Also