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

Classes

class  AResourceLoadingBehavior
 Abstract class that provides base API of component based on a dynamic resource. More...
 
class  AssetBundlesBuilder
 A custom editor tool that builds the bundles from a project resources. More...
 
class  AssetBundlesLoader
 Manager that loads assets from the Asset Bundles. More...
 
class  AsyncTaskHandler
 An entity that handles tasks in the main thread. More...
 
class  CachedTagsResourcesLoader
 Provides loading categorization of content with used DynamicResource More...
 
class  Constants
 Contains constants related to the AssetBundlesTools systems. More...
 
class  DynamicResourcesLoader
 Loading DynamicResources from packages via the DynamicResourcesDatabase.LoadResources. More...
 
class  LoaderUtils
 Class that provides unified API for loader features handling. More...
 

Enumerations

enum  LoadingState { NotStarted , InProgress , Completed , Failed }
 Define current state of a loader. More...
 

Enumeration Type Documentation

◆ LoadingState

Define current state of a loader.

Enumerator
NotStarted 

Loading process not started.

InProgress 

Loading process is started but not finished yet.

Completed 

Loading process is finished.

Failed 

Loading process is failed.