Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.EditorConfiguration.RuntimeConstants Class Reference

Detailed Description

Constants related to runtime execution of Doloro GDK. Includes editor related constants using at runtime class attributes.

Static Public Attributes

const string ROOT_FOLDER = "Assets/Tauri Interactive/Doloro-GDK/"
 Root folder of GDK according relating of project folder.
 
const string RELATED_CACHE_FORLDER = "cache/"
 Cache folder directory in local space of the GDK.
 
const string RELATED_CACHE_RESOURCES_FORLDER
 Resources of GDK's cache that should be visible after assembling. More...
 
const string ADD_COMPONENT_MENU_PREFIX = "Doloro GDK/"
 Prefix in Add component menu that should be added to GDK's components.
 
const string MENU_ITEM_PREFIX = "Tools/Doloro GDK/"
 Prefix in menu bar that should be used by GDK's windows.
 
const string DOCS_URL_DOMAIN = "https://tauriinteractive.github.io/"
 Domain of documentation host.
 

Member Data Documentation

◆ RELATED_CACHE_RESOURCES_FORLDER

const string Doloro.EditorConfiguration.RuntimeConstants.RELATED_CACHE_RESOURCES_FORLDER
static
Initial value:
=
RELATED_CACHE_FORLDER + "resources/"
const string RELATED_CACHE_FORLDER
Cache folder directory in local space of the GDK.
Definition: RuntimeConstants.cs:17

Resources of GDK's cache that should be visible after assembling.


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