NcEngine
nc::ecs::NcEcs Class Reference

Module managing ComponentRegistry operations. More...

#include <NcEcs.h>

Inheritance diagram for nc::ecs::NcEcs:
nc::Module

Additional Inherited Members

- Public Member Functions inherited from nc::Module
 Module (size_t id=0) noexcept
 Constructor for the Module interface. More...
 
auto Id () const noexcept
 Get the module's unique id.
 
virtual void OnBuildTaskGraph (task::UpdateTasks &, task::RenderTasks &)
 Called on registered modules when the task graphs are constructed.
 
virtual void OnBeforeSceneLoad ()
 Called on registered modules prior to loading a new scene.
 
virtual void OnBeforeSceneFragmentLoad ()
 Called on registered modules immediately before loading a SceneFragment file.
 
virtual void OnAfterSceneFragmentLoad ()
 Called on registered modules immediately after loading a SceneFragment file.
 
virtual void Clear () noexcept
 Called on registered modules prior to clearing the Registry. This includes Scene::Unload() and NcEngine::Shutdown().
 

Detailed Description

Module managing ComponentRegistry operations.

Tasks FrameLogicUpdate Depends On: DebugRendererNewFrame (only in dev builds) Component Access: All CommitPendingChanges Depends On: ParticleEmitterUpdate, AudioSourceUpdate, FrameLogicUpdate Component Access: All


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