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

Method getShape

Engine/source/T3D/shapeBase.cpp:2561–2564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2559//----------------------------------------------------------------------------
2560
2561TSShape const* ShapeBase::getShape()
2562{
2563 return mShapeInstance? mShapeInstance->getShape(): 0;
2564}
2565
2566void ShapeBase::prepRenderImage( SceneRenderState *state )
2567{

Callers 15

setMethod · 0.45
restoreObjectMethod · 0.45
get_launch_dataMethod · 0.45
onAddMethod · 0.45
setAnimClipMethod · 0.45
getAnimClipDurationMethod · 0.45
onNewDataBlockMethod · 0.45
getShapeFileNameMethod · 0.45
getTSShapeMethod · 0.45
shouldRenderMethod · 0.45
setRadiusMethod · 0.45
updateRenderDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected