@galacean/engine-physics-physx 2.0.0-alpha.31 → 2.0.0-alpha.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,9 +19,13 @@ export declare class PhysXPhysicsScene implements IPhysicsScene {
19
19
  private _physXPhysics;
20
20
  private _physXManager;
21
21
  private _pxRaycastHit;
22
+ private _pxSweepHit;
22
23
  private _pxFilterData;
24
+ private _pxRaycastSweepFilterData;
23
25
  private _pxScene;
24
26
  private _physXSimulationCallbackInstance;
27
+ private _pxQueryCallback;
28
+ private _currentOnQuery;
25
29
  private _activeTriggers;
26
30
  private _contactEvents;
27
31
  private _contactEventCount;