Class RuntimeUIConstants
UI constant values
Namespace: Unity.Industrial.Forma.StandardUI
Syntax
public static class RuntimeUIConstants
Fields
DragThreshold
The UIToolkit mouseDelta threshold for separating a click and drag from a regular click.
Declaration
public const float DragThreshold = 10F
Field Value
Type | Description |
---|---|
Single |
FormaToolbarPadding
Padding that needs to be added between the Runtime UI and the Forma Mode Gameview toolbar to prevent overlap
Declaration
public const int FormaToolbarPadding = 20
Field Value
Type | Description |
---|---|
Int32 |