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

Classes

class  AssetPropertiesCollection
 A collection of custom properties related to some asset. More...
 
class  AssetPropertiesCollectionEditor
 Provides editor inspector to the AssetPropertiesCollection class. More...
 
class  AssetPropertiesSystemMetadata
 Contains settings of the AP system related to the project. More...
 
class  AssetProperty
 Abstract class that implements core features related to the dynamic asset properties framework. More...
 
class  AssetPropertyEditor
 Base editor for asset property. More...
 
class  BoolAssetProperty
 Property that provides boolean field. More...
 
class  BoolAssetPropertyEditor
 Editor for the BoolAssetProperty class. More...
 
class  Constants
 Contains constants related to the AssetProperties systems. More...
 
class  DefaultAssetPropertytEditor
 Editor using when any another not found. More...
 
class  EntryAlreadyExistsException
 Occurs when you trying make entry that already exists in a system. More...
 
class  FlagAssetProperty
 Property that provides flag field. More...
 
class  FlagAssetPropertyEditor
 Editor for the FlagAssetProperty class. More...
 
class  FloatAssetProperty
 Property that provides float field. More...
 
class  FloatAssetPropertyEditor
 Editor for the FloatAssetProperty class. More...
 
interface  IKeyHolder
 Declares member for key related features. More...
 
class  IntAssetProperty
 Property that provides int field. More...
 
class  IntAssetPropertyEditor
 Editor for the IntAssetProperty class. More...
 
interface  IPropertiesProvider
 Derived from the interface classes considering as AssetProperty instances provider. More...
 
interface  ISessionPropertiesProvider
 Class that implements the interface considering as cross-session properties provider that could restore it's session. More...
 
class  NewPropertyWindow
 Window that provides UI and API for handling editor-site properties creation process. More...
 
class  PropertiesAggregator
 Component that allows to aggregate the IPropertiesProvider in a single source without destroying their individuality. More...
 
class  PropertiesAggregatorEditor
 Provides editor inspector to the PropertiesAggregator class. More...
 
class  PropertyInspectorAttribute
 Attribute that defines type of the property that will be displayed with the AssetPropertyEditor More...
 
class  StringAssetProperty
 Property that provides string field. More...
 
class  StringAssetPropertyEditor
 Editor for the StringAssetProperty class. More...
 
class  Vector2AssetProperty
 Property that provides Vector2 field. More...
 
class  Vector2AssetPropertyEditor
 Editor for the Vector2AssetProperty class. More...
 
class  Vector3AssetProperty
 Property that provides Vector3 field. More...
 
class  Vector3AssetPropertyEditor
 Editor for the Vector3AssetProperty class. More...
 
class  Vector4AssetProperty
 Property that provides Vector4 field. More...
 
class  Vector4AssetPropertyEditor
 Editor for the Vector4AssetProperty class. More...