@galacean/engine-core 0.0.0-experimental-double11.2 → 0.0.0-experimental-double11.3

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-core",
3
- "version": "0.0.0-experimental-double11.2",
3
+ "version": "0.0.0-experimental-double11.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -15,10 +15,10 @@
15
15
  "types/**/*"
16
16
  ],
17
17
  "dependencies": {
18
- "@galacean/engine-math": "0.0.0-experimental-double11.2"
18
+ "@galacean/engine-math": "0.0.0-experimental-double11.3"
19
19
  },
20
20
  "devDependencies": {
21
- "@galacean/engine-design": "0.0.0-experimental-double11.2"
21
+ "@galacean/engine-design": "0.0.0-experimental-double11.3"
22
22
  },
23
23
  "scripts": {
24
24
  "b:types": "tsc"
@@ -8,6 +8,7 @@ export declare class PhysicsMaterial {
8
8
  private _staticFriction;
9
9
  private _bounceCombine;
10
10
  private _frictionCombine;
11
+ private _destroyed;
11
12
  constructor();
12
13
  /**
13
14
  * The coefficient of bounciness.