![]() |
XII Release 0.1.0
|
Background asset processing is handled by this class. Creates EditorProcessor processes. More...
#include <AssetProcessor.h>
Public Types | |
enum class | ProcessTaskState : xiiUInt8 { Stopped , Running , Stopping } |
Public Member Functions | |
void | StartProcessTask () |
void | StopProcessTask (bool bForce) |
ProcessTaskState | GetProcessTaskState () const |
void | AddLogWriter (xiiLoggingEvent::Handler handler) |
void | RemoveLogWriter (xiiLoggingEvent::Handler handler) |
Public Attributes | |
xiiEvent< const xiiAssetProcessorEvent & > | m_Events |
Friends | |
class | xiiProcessTask |
class | xiiProcessThread |
class | xiiAssetCurator |
Background asset processing is handled by this class. Creates EditorProcessor processes.
|
strong |