Gary Hsu před 6 roky
rodič
revize
bd55951881
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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);