nw::snd::SoundActor::SoundActor Constructor

Syntax

#include <nw/snd/snd_SoundActor.h>
SoundActor(
     SoundArchivePlayer & soundArchivePlayer
);
SoundActor();

List of Overloaded Member Functions

SoundActor ( SoundArchivePlayer & ) Constructor.
SoundActor ( ) Constructor.

Description of SoundActor ( SoundArchivePlayer & )

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.)

Description of SoundActor ( )

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