Home
last modified time | relevance | path

Searched refs:m_SonicVelocity (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_Sound3DManager.h384 void SetSonicVelocity( f32 sonicVelocity ) { m_SonicVelocity = sonicVelocity; } in SetSonicVelocity()
395 f32 GetSonicVelocity() const { return m_SonicVelocity; } in GetSonicVelocity()
467 f32 m_SonicVelocity; variable
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Sound3DManager.cpp49 m_SonicVelocity( 0.0f ), in Sound3DManager()
149 m_SonicVelocity = 0.0f; in Finalize()