Explorar o código

Update line.ts

Solve Travis doc generation ?
SvenFrankson %!s(int64=7) %!d(string=hai) anos
pai
achega
dd70c1de25
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      gui/src/controls/line.ts

+ 3 - 2
gui/src/controls/line.ts

@@ -206,7 +206,8 @@ module BABYLON.GUI {
         }
 
         /**
-         * @param projectedPosition 
+         * Move one end of the line to a position in screen absolute space.
+         * @param projectedPosition Position in screen absolute space (X, Y)
          * @param end (opt) Set to true to assign x2 and y2 coordinates of the line. Default assign to x1 and y1.
          */
         public _moveToProjectedPosition(projectedPosition: Vector3, end: boolean = false): void {
@@ -226,4 +227,4 @@ module BABYLON.GUI {
             }
         }
     }    
-}
+}