/// <summary> /// Sets the distance from the camera at which this sound will be at normal volume. /// </summary> /// <param name="distance">Distance measured in MOGRE units</param> public void SetReferenceDistance(float distance) { FreeSL.fslSoundSetReferenceDistance(_sound, distance); }