Configuration fields
- Last UpdatedOct 08, 2025
- 1 minute read
The configuration fields in the Toolbar module.
|
Name |
Type |
Default Value |
Description |
|---|---|---|---|
|
animatorScriptObjectName |
sstring |
uiUtils |
Name of the UIUtils module used to activate the animations in the toolbar. See UIUtils module. |
|
cellSize |
sint |
48 |
Dimension of the cells that compose the toolbar. Every component of the toolbar is drawn inside a square 48x48 by default. |
|
definition |
sjson |
Provides the information used to create the toolbar structure. |
|
|
screenSize |
svec2 |
1920 1080 |
Defines the maximum space used to design the toolbar. |
|
subMenuBtnWidth |
sint |
112 |
Width of the buttons in the subMenu. |
|
subMenuCellSize |
sint |
31 |
Height of the buttons in the subMenu. |
|
subMenuWidth |
sint |
136 |
Width of the subMenu. |
|
verbose |
sbool |
false |
If set to true, the module will log verbose messages related to UI operations. |
|
visible |
sbool |
true |
Default value for the visibility of the toolbar. |