SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnActivate()

void Spices::EditorWorld::OnActivate ( TimeStep & ts)
overridevirtual

This interface define the specific world behave on activated.

Parameters
[in]tsTimeStep.

Implements Spices::World.

Reimplemented in Spices::WhittedRTWorld, and Spices::GameEditorWorld.

Definition at line 54 of file EditorWorld.cpp.

55 {
57
59 }
#define SPICES_PROFILE_ZONE
static void Run(TimeStep &ts)
Update all system that pushed to this manager.

References Spices::SystemManager::Run().

Referenced by Spices::WhittedRTWorld::OnActivate(), and Spices::GameEditorWorld::OnActivate().