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

Method setDopplerFactor

Engine/source/sfx/sfxSystem.cpp:1027–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025//-----------------------------------------------------------------------------
1026
1027void SFXSystem::setDopplerFactor( F32 factor )
1028{
1029 const bool changed = ( factor != mDopplerFactor );
1030
1031 mDopplerFactor = factor;
1032 if( mDevice && changed )
1033 mDevice->setDopplerFactor( factor );
1034}
1035
1036//-----------------------------------------------------------------------------
1037

Callers 3

createDeviceMethod · 0.45
sfxSystem.cppFile · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected