소스 검색

Comment audio

sebastien 7 년 전
부모
커밋
353a84ab51
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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).
          * 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 {
         public setGlobalVolume(newVolume: number): void {
             if (this.canUseWebAudio && this._audioContextInitialized) {
             if (this.canUseWebAudio && this._audioContextInitialized) {