Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants Class Reference

Static Public Attributes

const string ADD_COMPONENT_MENU_PREFIX
 
const string ADD_COMPONENT_MENU_WINDOWS_PREFIX
 
const string TOOLTIP_FIRST_SUB_WORKSPACE
 
const string TOOLTIP_SECOND_SUB_WORKSPACE
 
const string TOOLTIP_SPLIT_TYPE
 
const string TOOLTIP_SPLIT_DIRECTION_ORDER
 
const string TOOLTIP_VALUE_SOURCE
 
const string TOOLTIP_SPLIT_VALUE
 

Member Data Documentation

◆ ADD_COMPONENT_MENU_PREFIX

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.ADD_COMPONENT_MENU_PREFIX
static
Initial value:
=
UIEngine2.Constants.ADD_COMPONENT_MENU_PREFIX + "Runtime Workspace/"

◆ ADD_COMPONENT_MENU_WINDOWS_PREFIX

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.ADD_COMPONENT_MENU_WINDOWS_PREFIX
static
Initial value:
=
ADD_COMPONENT_MENU_PREFIX + "Windows/"

◆ TOOLTIP_FIRST_SUB_WORKSPACE

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.TOOLTIP_FIRST_SUB_WORKSPACE
static
Initial value:
=
"Reference to manual defined first sub-workspace."

◆ TOOLTIP_SECOND_SUB_WORKSPACE

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.TOOLTIP_SECOND_SUB_WORKSPACE
static
Initial value:
=
"Reference to manual defined second sub-workspace."

◆ TOOLTIP_SPLIT_DIRECTION_ORDER

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.TOOLTIP_SPLIT_DIRECTION_ORDER
static
Initial value:
=
"Type of splitter.\n\n" +
"- `Horizontal` in case if layout splitted to top and bottom zones.\n" +
"- `Vertical` in case if layout splitted to left and right zones."

◆ TOOLTIP_SPLIT_TYPE

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.TOOLTIP_SPLIT_TYPE
static
Initial value:
=
"Defines layout spit type."

◆ TOOLTIP_SPLIT_VALUE

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.TOOLTIP_SPLIT_VALUE
static
Initial value:
=
"The value that would be sent to the `SplitValue` property " +
"in case of init time applying with `initValueSource` setted up to the `Value` mode.\n\n" +
"\t[0,1]: ratio\n" +
"\t[0,-]: fixed types."

◆ TOOLTIP_VALUE_SOURCE

const string Doloro.UIEngine2.Modules.RuntimeWorkspace.Constants.TOOLTIP_VALUE_SOURCE
static
Initial value:
=
"Defines the source of init value.\n\n" +
"- Manual: Initial splitter value will be defined manually in inspector.\n" +
"- SplitterTransform: Gets screen space position of `Splitter` transform and " +
"and applying it via the `SetSplitterPosition` handler automatically."

The documentation for this class was generated from the following file: