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

Method getTargetCount

Engine/source/ts/tsShape.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226S32 TSShape::getTargetCount() const
227{
228 return materialList->getMaterialNameList().size();
229}
230
231S32 TSShape::findNode(S32 nameIndex) const
232{

Callers 3

shapeBase.cppFile · 0.45
tsStatic.cppFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected