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

Method setPosition

Engine/source/T3D/fx/windEmitter.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void WindEmitter::setPosition( const Point3F& pos )
55{
56 mSphere.center = pos;
57}
58
59void WindEmitter::update( const Point3F& pos, const VectorF& velocity )
60{

Callers 15

gameConnection.cppFile · 0.45
getWorldMatrixMethod · 0.45
spawnExplosionMethod · 0.45
updateMethod · 0.45
onAddMethod · 0.45
prepModelViewMethod · 0.45
submitLightsMethod · 0.45
prepRenderImageMethod · 0.45
processEventMethod · 0.45
SoundAsset.cppFile · 0.45
preloadMethod · 0.45
getTransformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected