Explorar el Código

SkeletonViewer: Documented the two new local axes options.

Reimund Järnfors hace 5 años
padre
commit
3fb48258fe
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      src/Debug/skeletonViewer.ts

+ 7 - 1
src/Debug/skeletonViewer.ts

@@ -863,7 +863,13 @@ export class SkeletonViewer {
         }
     }
 
-    /** Changes the displayMode of the skeleton viewer
+    /** Sets a display option of the skeleton viewer
+     *
+     * | Option          | Type    | Default | Description |
+     * | --------------- | ------- | ------- | ----------- |
+     * | showLocalAxes   | boolean | false   | Displays local axes on all bones. |
+     * | localAxesSize   | float   | 0.075   | Determines the length of each local axis. |
+     *
      * @param option String of the option name
      * @param value The numerical option value
      */