SetSoundPan abstract method

void SetSoundPan(
  1. SoundD sound,
  2. double pan
)

Set pan for a sound (0.5 is center)

Implementation

void SetSoundPan(
  SoundD sound,
  double pan,
);