Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ onSceneRemove
Method
onSceneRemove
Engine/source/T3D/shapeBase.cpp:1150–1154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1148
1149
1150
void ShapeBase::onSceneRemove()
1151
{
1152
mConvexList->nukeList();
1153
Parent::onSceneRemove();
1154
}
1155
1156
bool ShapeBase::onNewDataBlock( GameBaseData *dptr, bool reload )
1157
{
Callers
nothing calls this directly
Calls
1
nukeList
Method · 0.80
Tested by
no test coverage detected