nw::snd::Sound3DActor::Sound3DActor Constructor#include <nw/snd/snd_Sound3DActor.h>
Sound3DActor(
SoundArchivePlayer & player,
Sound3DManager & manager
);
Sound3DActor();
| Sound3DActor ( SoundArchivePlayer &, Sound3DManager & ) | Constructor. |
| Sound3DActor ( ) | Constructor. |
The 3D sound actor plays sounds using the sound archive player passed as an argument. Furthermore, the 3D sound manager passed as an argument is used to calculate 3D sound parameters.
When using a constructor with arguments, Initialize does not need to be called. (However, calling it will not result in any problems.)
You must call Initialize for constructors without any arguments.
CONFIDENTIAL