#include <nw/snd/snd_Sound3DActor.h>
Sound3DActor(
SoundArchivePlayer & player,
Sound3DManager & manager
);
| Name | Description | |
|---|---|---|
| in | player | Sound archive player to be used by the actor. |
| in | manager | 3D sound manager to be used by the actor. |
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.)
SoundArchivePlayer Class
Sound3DManager Class
Initialize
CONFIDENTIAL