Ver código fonte

Fix doc comment

Gary Hsu 6 anos atrás
pai
commit
bd55951881
1 arquivos alterados com 1 adições e 0 exclusões
  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);