MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onSceneAdd

Method onSceneAdd

Engine/source/scene/zones/sceneRootZone.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62//-----------------------------------------------------------------------------
63
64bool SceneRootZone::onSceneAdd()
65{
66 if( !Parent::onSceneAdd() )
67 return false;
68
69 AssertFatal( getZoneRangeStart() == SceneZoneSpaceManager::RootZoneId, "SceneRootZone::onSceneAdd - SceneRootZone must be first scene object zone manager!" );
70
71 return true;
72}
73
74//-----------------------------------------------------------------------------
75

Callers 1

addObjectToSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected