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

Method getTSShape

Engine/source/afx/ea/afxEA_Model.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177TSShape* afxEA_Model::getTSShape()
178{
179 return (model) ? model->getTSShape() : 0;
180}
181
182TSShapeInstance* afxEA_Model::getTSShapeInstance()
183{

Callers 4

getPositionMethod · 0.45
getTransformMethod · 0.45
setMethod · 0.45
updateParamsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected