#include <nw/snd/snd_Sound3DManager.h>
void SetPanRange(
f32 panRange
);
| Name | Description | |
|---|---|---|
| in | panRange | The pan's width of variation (0.0 to 1.0). |
Sets the range, or the width, of variation for the pan configured in 3D sound.
When panRange is set to 1.0, the pan position can vary to the maximum extent. Setting the value smaller than 1.0 allows you to limit the pan's width of variation.
The initial value for panRange is 0.9.
CONFIDENTIAL