enum GUIElementOption

Contains options that change GUIElement behaviour.

Values

NameValueDescription
ClickThrough 1 Enable this option if you want pointer events to pass through this element by default.
AcceptsKeyFocus 2 Enable this option if the element accepts keyboard/gamepad input focus.
IgnorePointerEvents 4 Pointer events on the GUI element will be ignored.