Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
S32 TSShape::getTargetCount() const
227
{
228
return materialList->getMaterialNameList().size();
229
}
230
231
S32 TSShape::findNode(S32 nameIndex) const
232
{
Callers
3
tsShapeConstruct.cpp
File · 0.45
shapeBase.cpp
File · 0.45
tsStatic.cpp
File · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected