nw::snd::Sound3DActor::ResetPosition Member Function

Syntax

#include <nw/snd/snd_Sound3DActor.h>
void ResetPosition();

Arguments

None.

Return Values

None.

Description

Resets actor position information.

It zero-clears the position information and velocity of 3D sound actors.

The velocity of a 3D sound actor is not set by a call to nw::snd::Sound3DActor::SetPosition immediately following a reset with this function.

See Also

SetPosition
SetVelocity

Revision History

2010/02/15
Initial version.

CONFIDENTIAL