Gary Hsu 6 éve
szülő
commit
bd55951881
1 módosított fájl, 1 hozzáadás és 0 törlés
  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);