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

Method getTSShapeInstance

Engine/source/afx/ea/afxEA_Model.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182TSShapeInstance* afxEA_Model::getTSShapeInstance()
183{
184 return (model) ? model->getTSShapeInstance() : 0;
185}
186
187SceneObject* afxEA_Model::ea_get_scene_object() const
188{

Callers 4

getPositionMethod · 0.45
getTransformMethod · 0.45
ea_get_triggersMethod · 0.45
updateParamsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected