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

Method setDopplerFactor

Engine/source/sfx/sfxSystem.cpp:1030–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

createDeviceMethod · 0.45
sfxSystem.cppFile · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected