Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ onRemove
Method
onRemove
Engine/source/T3D/physicalZone.cpp:213–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
212
213
void PhysicalZone::onRemove()
214
{
215
mConvexList->nukeList();
216
217
removeFromScene();
218
Parent::onRemove();
219
}
220
221
void PhysicalZone::inspectPostApply()
222
{
Callers
nothing calls this directly
Calls
1
nukeList
Method · 0.80
Tested by
no test coverage detected