nw::snd::SoundActor::SoundActor Constructor#include <nw/snd/snd_SoundActor.h>
SoundActor(
SoundArchivePlayer & soundArchivePlayer
);
SoundActor();
| SoundActor ( SoundArchivePlayer & ) | Constructor. |
| SoundActor ( ) | Constructor. |
At initialization, the audio volume and pitch of the player are set to 1.0, the pan of the player is set to 0.0, and the number of simultaneously playable sounds is set to 1.
When using a constructor with arguments, Initialize does not need to be called. (However, calling it will not result in any problems.)
At initialization, the audio volume and pitch of the player are set to 1.0, the pan of the player is set to 0.0, and the number of simultaneously playable sounds is set to 1.
You must call Initialize for constructors without any arguments.
CONFIDENTIAL