浏览代码

Fixed constructor documentation

= 6 年之前
父节点
当前提交
bb3d9539af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Misc/explodeMeshes.ts

+ 1 - 1
src/Misc/explodeMeshes.ts

@@ -12,7 +12,7 @@ export class ExplodeMeshes {
     private _originsVectors: Array<Vector3>;
 
     /**
-     * @constructor
+     * Explodes meshes from a center mesh.
      * @param meshes The meshes to explode.
      * @param centerMesh The mesh to be center of explosion.
      */