sebastien 7 年之前
父節點
當前提交
80aacf52c1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Audio/babylon.audioEngine.ts

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

@@ -1,7 +1,8 @@
 module BABYLON {
 module BABYLON {
     /**
     /**
      * This represents an audio engine and it is responsible
      * This represents an audio engine and it is responsible
-     * to play, synchronize and analyse sounds throughout the  application.
+     * to play, synchronize and analyse sounds throughout the application.
+     * @see http://doc.babylonjs.com/how_to/playing_sounds_and_music
      */
      */
     export interface IAudioEngine extends IDisposable {
     export interface IAudioEngine extends IDisposable {
         /**
         /**