@galacean/engine-physics-physx 1.4.0-alpha.3 → 1.4.0-beta.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/engine-physics-physx",
3
- "version": "1.4.0-alpha.3",
3
+ "version": "1.4.0-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -26,11 +26,11 @@
26
26
  "types/**/*"
27
27
  ],
28
28
  "devDependencies": {
29
- "@galacean/engine-design": "1.4.0-alpha.3",
30
- "@galacean/engine": "1.4.0-alpha.3"
29
+ "@galacean/engine": "1.4.0-beta.0",
30
+ "@galacean/engine-design": "1.4.0-beta.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@galacean/engine": "1.4.0-alpha.3"
33
+ "@galacean/engine": "1.4.0-beta.0"
34
34
  },
35
35
  "scripts": {
36
36
  "b:types": "tsc"
@@ -22,18 +22,10 @@ export declare class PhysXDynamicCollider extends PhysXCollider implements IDyna
22
22
  private static _tempTranslation;
23
23
  private static _tempRotation;
24
24
  constructor(physXPhysics: PhysXPhysics, position: Vector3, rotation: Quaternion);
25
- /**
26
- * {@inheritDoc IDynamicCollider.getLinearDamping }
27
- */
28
- getLinearDamping(): number;
29
25
  /**
30
26
  * {@inheritDoc IDynamicCollider.setLinearDamping }
31
27
  */
32
28
  setLinearDamping(value: number): void;
33
- /**
34
- * {@inheritDoc IDynamicCollider.getAngularDamping }
35
- */
36
- getAngularDamping(): number;
37
29
  /**
38
30
  * {@inheritDoc IDynamicCollider.setAngularDamping }
39
31
  */
@@ -82,10 +74,6 @@ export declare class PhysXDynamicCollider extends PhysXCollider implements IDyna
82
74
  * {@inheritDoc IDynamicCollider.setMaxAngularVelocity }
83
75
  */
84
76
  setMaxAngularVelocity(value: number): void;
85
- /**
86
- * {@inheritDoc IDynamicCollider.getMaxDepenetrationVelocity }
87
- */
88
- getMaxDepenetrationVelocity(): number;
89
77
  /**
90
78
  * {@inheritDoc IDynamicCollider.setMaxDepenetrationVelocity }
91
79
  */