ControlFocusModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.Control.FocusModeEnum"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic enum FocusModeEnum
Members
| Member name | Value | Description |
---|
| None | 0 | The node cannot grab focus. Use with FocusMode. |
| Click | 1 | The node can only grab focus on mouse clicks. Use with FocusMode. |
| All | 2 | The node can grab focus on mouse click or using the arrows and the Tab keys on the keyboard. Use with FocusMode. |
See Also