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

Method setTransform

Engine/source/T3D/sfx/sfxEmitter.cpp:1125–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123//-----------------------------------------------------------------------------
1124
1125void SFXEmitter::setTransform( const MatrixF &mat )
1126{
1127 // Set the transform directly from the
1128 // matrix created by inspector.
1129 Parent::setTransform( mat );
1130 setMaskBits( TransformUpdateMask );
1131}
1132
1133//-----------------------------------------------------------------------------
1134

Callers 12

_updateMethod · 0.45
advanceTimeMethod · 0.45
preloadMethod · 0.45
updateEngineSoundMethod · 0.45
updateSquealSoundMethod · 0.45
updateJetSoundMethod · 0.45
buildPolyListMethod · 0.45
preloadMethod · 0.45
updateEngineSoundMethod · 0.45
updateJetMethod · 0.45
onAddMethod · 0.45
updateFrothMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected