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.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!