Browse Source

Fix doc comment

Gary Hsu 6 năm trước cách đây
mục cha
commit
bd55951881
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);