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

Method clear

Engine/source/collision/depthSortList.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64//----------------------------------------------------------------------------
65
66void DepthSortList::clear()
67{
68 Parent::clear();
69
70 mPolyExtentsList.clear();
71 mPolyIndexList.clear();
72
73 clearSort();
74}
75
76void DepthSortList::clearSort()
77{

Callers 9

extrudeFaceMethod · 0.45
resetMethod · 0.45
setMethod · 0.45
splitPolyMethod · 0.45
depthPartitionMethod · 0.45
extrudeMethod · 0.45
setCollisionListMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected