nw::snd::Sound3DActor::Finalize Member Function

Syntax

#include <nw/snd/snd_Sound3DActor.h>

void Finalize();

Arguments

None.

Return Values

None.

Description

Destroys the 3D sound actor.

Although this is called by the destructor, it is also okay to call it explicitly.

To reuse the same Sound3DActor instance, you must first call this function, then call Initialize again.

See Also

~Sound3DActor
Initialize

Revision History

2010/04/27
Added a note about reuse.
2010/03/12
Initial version.

CONFIDENTIAL