Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.DataManagement.AssetPropertiesSystem.AssetPropertiesSystemMetadata Class Reference

Detailed Description

Contains settings of the AP system related to the project.

Inheritance diagram for Doloro.DataManagement.AssetPropertiesSystem.AssetPropertiesSystemMetadata:
Collaboration diagram for Doloro.DataManagement.AssetPropertiesSystem.AssetPropertiesSystemMetadata:

Public Member Functions

void SetDomainState (string domain, bool state)
 Show\hide domain at the editors. More...
 
bool GetDomainState (string domain)
 Returns the state of the certain domain. More...
 

Public Attributes

List< string > hiddenDomains = new List<string>()
 List of domains hidden in UI.
 

Static Public Attributes

static string ConfigurationFileName = "APSSettings"
 Name of the operating settings file.
 
static string ConfigurationFilePath = "editor/DDM/AssetProperties/"
 Path to the configuration file.
 

Properties

static AssetPropertiesSystemMetadata Active [get]
 Reference to the singleton instance of the settings.
 

Member Function Documentation

◆ GetDomainState()

bool Doloro.DataManagement.AssetPropertiesSystem.AssetPropertiesSystemMetadata.GetDomainState ( string  domain)

Returns the state of the certain domain.

Parameters
domain
Returns

◆ SetDomainState()

void Doloro.DataManagement.AssetPropertiesSystem.AssetPropertiesSystemMetadata.SetDomainState ( string  domain,
bool  state 
)

Show\hide domain at the editors.

Parameters
domainTarget domain.
stateTarget state. false - hidden true - visible

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