瀏覽代碼

Fix doc comment

Gary Hsu 6 年之前
父節點
當前提交
bd55951881
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Debug/babylon.axesViewer.ts

+ 1 - 0
src/Debug/babylon.axesViewer.ts

@@ -121,6 +121,7 @@ module BABYLON.Debug {
 
         /**
          * Creates an instance of this axes viewer.
+         * @returns a new axes viewer with instanced meshes
          */
         public createInstance(): AxesViewer {
             const xAxis = AxisDragGizmo._CreateArrowInstance(this.scene, this._xAxis);