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

Method MaterialList

Engine/source/materials/materialList.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44MaterialList::MaterialList()
45{
46 VECTOR_SET_ASSOCIATION(mMatInstList);
47 VECTOR_SET_ASSOCIATION(mMaterialNames);
48}
49
50MaterialList::MaterialList(const MaterialList* pCopy)
51{

Callers

nothing calls this directly

Calls 5

setFunction · 0.50
setSizeMethod · 0.45
sizeMethod · 0.45
createMatInstanceMethod · 0.45
getMaterialMethod · 0.45

Tested by

no test coverage detected