Sfoglia il codice sorgente

setter/getter comment

Cedric Guillemet 5 anni fa
parent
commit
4fba8f49f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;