nw::snd::Sound3DActor::Sound3DActor Constructor

Syntax

#include <nw/snd/snd_Sound3DActor.h>

Sound3DActor(
     SoundArchivePlayer & player,
     Sound3DManager & manager
);

Sound3DActor();

List of Overloaded Member Functions

Sound3DActor ( SoundArchivePlayer &, Sound3DManager & ) Constructor.
Sound3DActor ( ) Constructor.

Description of Sound3DActor(SoundArchivePlayer &, Sound3DManager &)

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

Description of Sound3DActor ( )

You must call Initialize for constructors without any arguments.


CONFIDENTIAL