Browse Source

fixing doc error

Raanan Weber 7 năm trước cách đây
mục cha
commit
5464dd3d04
2 tập tin đã thay đổi với 1901 bổ sung1900 xóa
  1. 1899 1899
      dist/preview release/babylon.d.ts
  2. 2 1
      src/babylon.scene.ts

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1899 - 1899
dist/preview release/babylon.d.ts


+ 2 - 1
src/babylon.scene.ts

@@ -4230,10 +4230,11 @@
         }
 
         // Octrees
+
         /**
          * Get the world extend vectors with an optional filter
          * 
-         * @param {(mesh: AbstractMesh) => boolean} [filterPredicate] the predicate - which meshes should be included when calculating the world size
+         * @param filterPredicate the predicate - which meshes should be included when calculating the world size
          * @returns {{ min: Vector3; max: Vector3 }} min and max vectors
          */
         public getWorldExtends(filterPredicate?: (mesh: AbstractMesh) => boolean): { min: Vector3; max: Vector3 } {