Explorar o código

Merge pull request #5129 from sebavan/master

Comment audio
sebavan %!s(int64=7) %!d(string=hai) anos
pai
achega
ad3e5a8b02
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) {