nw::snd::Sound3DActor::Initialize Member Function#include <nw/snd/snd_Sound3DActor.h>
void Initialize(
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. |
Initializes the 3D sound actor.
3D sound actors must be initialized before they are used. If the constructor with arguments is called, however, there is no need to call it. (There is no problem with calling it though.)
The SoundActor::Initialize function is called internally by this function.
To reuse the same Sound3DActor instance, you must first call Finalize, then call this function again.
CONFIDENTIAL