enum GUIElementOption
Contains options that change GUIElement behaviour.
Values
| Name | Value | Description |
|---|---|---|
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. |