Possible node size modes.
Variables
read onlySIZE_MODE_AUTO:GuiSizeMode
Automatic size mode
The size of the node is determined by the currently assigned texture.
read onlySIZE_MODE_MANUAL:GuiSizeMode
Manual size mode
The size of the node is determined by the size set in the editor, the constructor or by Gui.set_size
.