Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
TSShapeInstance* afxEA_Model::getTSShapeInstance()
183
{
184
return (model) ? model->getTSShapeInstance() : 0;
185
}
186
187
SceneObject* afxEA_Model::ea_get_scene_object() const
188
{
Callers
4
getPosition
Method · 0.45
getTransform
Method · 0.45
ea_get_triggers
Method · 0.45
updateParams
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected