Raanan Weber 4 năm trước cách đây
mục cha
commit
4a3ff125ca
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/scene.ts

+ 2 - 0
src/scene.ts

@@ -3440,6 +3440,8 @@ export class Scene extends AbstractScene implements IAnimatable, IClipPlanesHold
     /**
      * Use this function to stop evaluating active meshes. The current list will be keep alive between frames
      * @param skipEvaluateActiveMeshes defines an optional boolean indicating that the evaluate active meshes step must be completely skipped
+     * @param onSuccess optional success callback
+     * @param onError optional error callback
      * @returns the current scene
      */
     public freezeActiveMeshes(skipEvaluateActiveMeshes = false, onSuccess?: () => void, onError?: (message: string) => void): Scene {