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

Method setTransform

Engine/source/sfx/sfxSound.cpp:553–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551//-----------------------------------------------------------------------------
552
553void SFXSound::setTransform( const MatrixF& transform )
554{
555 Parent::setTransform( transform );
556
557 if( mVoice && mDescription && is3d() )
558 mVoice->setTransform( mTransform );
559}
560
561//-----------------------------------------------------------------------------
562

Callers 1

createSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected