MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / createScene02

Method createScene02

Samples/2.0/Common/src/BaseSystem.cpp:17–17  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

15 void BaseSystem::createScene01() { mCurrentGameState->createScene01(); }
16 //-----------------------------------------------------------------------------------
17 void BaseSystem::createScene02() { mCurrentGameState->createScene02(); }
18 //-----------------------------------------------------------------------------------
19 void BaseSystem::destroyScene() { mCurrentGameState->destroyScene(); }
20 //-----------------------------------------------------------------------------------

Callers 13

mainAppFunction · 0.45
renderThreadAppFunction · 0.45
logicThreadFunction · 0.45
renderThreadAppFunction · 0.45
logicThreadFunction · 0.45
mainAppFunction · 0.45
initMethod · 0.45
renderThreadAppFunction · 0.45
logicThreadFunction · 0.45
mainAppSingleThreadedMethod · 0.45

Calls

no outgoing calls

Tested by 1

runLoopMethod · 0.36