Пример #1
0
 /// <summary>
 /// Sets the distance from the camera at which this sound will no longer be audible.
 /// </summary>
 /// <param name="distance">Distance measured in MOGRE units</param>
 public void SetMaxDistance(float distance)
 {
     FreeSL.fslSoundSetMaxDistance(_sound, distance);
 }