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

Method preloadMaterialList

Engine/source/ts/tsShape.cpp:1056–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054}
1055
1056bool TSShape::preloadMaterialList(const Torque::Path &path)
1057{
1058 if (materialList)
1059 materialList->setTextureLookupPath(path.getPath());
1060 return true;
1061}
1062
1063bool TSShape::buildConvexHull(S32 dl) const
1064{

Callers 8

preloadMethod · 0.80
_createShapeMethod · 0.80
preloadMethod · 0.80
preloadMethod · 0.80
_initShapesMethod · 0.80
preloadMethod · 0.80
createShapeMethod · 0.80
_loadShapeMethod · 0.80

Calls 2

setTextureLookupPathMethod · 0.80
getPathMethod · 0.45

Tested by

no test coverage detected