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

Method getPosition

Engine/source/T3D/sceneComponent/T3DTransform.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124//---------------------------------------------------------
125
126Point3F Transform3DInPlace::getPosition() const
127{
128 return _position;
129}
130
131void Transform3DInPlace::setPosition(const Point3F & position)
132{

Callers 15

writePacketMethod · 0.45
saveDatablockCacheMethod · 0.45
getPacketDataChecksumMethod · 0.45
prepRenderImageMethod · 0.45
spawnExplosionMethod · 0.45
_generateCellMethod · 0.45
onTerrainUpdatedMethod · 0.45
_updateCoverGridMethod · 0.45
prepRenderImageMethod · 0.45
onAddMethod · 0.45
submitLightsMethod · 0.45
spawnSubExplosionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected