UIMenuItem(string, bool, Action) Constructor
Definition
Namespace: Brine2D.UI
Parameters
label System.String
Display text.
enabled System.Boolean
Whether the item is interactive. Defaults to true.
onClick System.Action
Optional click handler.
Namespace: Brine2D.UI
label System.String
Display text.
enabled System.Boolean
Whether the item is interactive. Defaults to true.
onClick System.Action
Optional click handler.