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

Method onSceneRemove

Engine/source/scene/zones/sceneRootZone.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74//-----------------------------------------------------------------------------
75
76void SceneRootZone::onSceneRemove()
77{
78 AssertFatal( getZoneRangeStart() == SceneZoneSpaceManager::RootZoneId, "SceneRootZone::onSceneRemove - SceneRootZone must be first scene object zone manager!");
79 Parent::onSceneRemove();
80}
81
82//-----------------------------------------------------------------------------
83

Callers 1

removeObjectFromSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected