struct UISettings
Visual properties and spacing of the UI system.
Instance Fields and Properties
| float backplateBorder | How wide is the back-border around the UI elements, in meters. |
| float backplateDepth | How far up does the white back-border go on UI elements? This is a 0-1 percentage of the depth value. |
| float depth | The Z depth of 3D UI elements, in meters. |
| float gutter | Spacing between sibling items, in meters. |
| float margin | The margin is the space between a window and its contents, in meters. |
| float padding | Spacing between an item and its parent, in meters. |
| float rounding | Radius of the UI element corners, in meters. |
| float separatorScale | Defines the scale factor for the separator’s thickness. The thickness is calculated by multiplying the height of the text by this factor. The default value is 0.4. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!