Parcourir la source

Comment audio

sebastien il y a 7 ans
Parent
commit
353a84ab51
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/Audio/babylon.audioEngine.ts

+ 1 - 0
src/Audio/babylon.audioEngine.ts

@@ -211,6 +211,7 @@
 
         /**
          * Sets the global volume of your experience (sets on the master gain).
+         * @param newVloume Defines the new global volume of the application
          */
         public setGlobalVolume(newVolume: number): void {
             if (this.canUseWebAudio && this._audioContextInitialized) {