Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.AI.DAIStudio.IDESettings Class Reference

Detailed Description

Class that holds the values related to the IDE settings.

Static Public Attributes

const string STUDIO_TITLE = "DAI Studio"
 Title of the IDE at the window header.
 
const string VERSION = "2022.1.0"
 Internal version of the IDE.
 
static Color BACKGROUND_DARK_THEME = new Color(0.098f, 0.098f, 0.098f)
 
static Color BACKGROUND_LIGHT_THEME = new Color(0.164f, 0.457f, 0.723f)
 
static Color GRID_DARK_THEME = new Color(0.15094f, 0.15094f, 0.15094f)
 
static Color GRID_LIGHT_THEME = new Color32(170, 170, 170, 255)
 
const string MENU_ITEM
 Directory of the IDE at the tools bar. More...
 
const string RESOURCES_FOLDER
 Resources directory. More...
 
const float nodeWidth = 170
 Width of the node GUI instance.
 
const float nodeLayerShift = 220
 Size of shift between by layers.
 
static float nodeMovementSpeed = 6
 Relocation velocity of nodes.
 
const float gridDx = 30
 Grid frequency - 1 zoom layer.
 
const float gridDx2l = 40
 Grid frequency - 2 zoom layer.
 
const float gridDx3l = 300
 Grid frequency - 3 zoom layer.
 
const float gridToL2Border = 0.75f
 Zoom to turn on the second layer of the grid.
 
const float gridToL3Border = 0.45f
 Zoom to turn on the third layer of the grid.
 
static float pipelineScale = 1
 Current workspace zoom multiplier.
 
const float zoomMax = 1
 Max workspace zoom multiplier.
 
const float zoomMin = 0.1f
 Min workspace zoom multiplier.
 
const float zoomStep = 0.1f
 Workspace zoom step.
 

Member Data Documentation

◆ MENU_ITEM

const string Doloro.AI.DAIStudio.IDESettings.MENU_ITEM
static
Initial value:
=
EditorConfiguration.RuntimeConstants.MENU_ITEM_PREFIX

Directory of the IDE at the tools bar.

◆ RESOURCES_FOLDER

const string Doloro.AI.DAIStudio.IDESettings.RESOURCES_FOLDER
static
Initial value:
=
EditorConfiguration.RuntimeConstants.ROOT_FOLDER +
"Doloro-AI-Studio/Editor/Resources/"

Resources directory.


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