Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DManager.h386 void SetSonicVelocity( f32 sonicVelocity ) { m_SonicVelocity = sonicVelocity; } in SetSonicVelocity()
397 f32 GetSonicVelocity() const { return m_SonicVelocity; } in GetSonicVelocity()
469 f32 m_SonicVelocity; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DManager.cpp51 m_SonicVelocity( 0.0f ), in Sound3DManager()
151 m_SonicVelocity = 0.0f; in Finalize()