Explorar o código

setter/getter comment

Cedric Guillemet %!s(int64=5) %!d(string=hai) anos
pai
achega
4fba8f49f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Gizmos/scaleGizmo.ts

+ 1 - 1
src/Gizmos/scaleGizmo.ts

@@ -143,7 +143,7 @@ export class ScaleGizmo extends Gizmo {
     }
 
     /**
-     * Ratio for the scale of the gizmo (Default: 1)
+     * Sensitivity factor for dragging (Default: 1)
      */
     public set sensitivity(value: number) {
         this._sensitivity = value;