nw::snd::SoundActor::SoundActor Constructor

Syntax

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

Arguments

None.

Description

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.

You must call Initialize for constructors without any arguments.

See Also

Initialize

Revision History

2010/03/05
Initial version.

CONFIDENTIAL