@galacean/engine 0.0.0-experimental-double11.1 → 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/dist/browser.js +3 -3
- package/dist/browser.min.js +1 -1
- package/dist/main.js +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +5 -5
package/dist/browser.js
CHANGED
|
@@ -18870,7 +18870,8 @@
|
|
|
18870
18870
|
/**
|
|
18871
18871
|
* @internal
|
|
18872
18872
|
*/ _proto._destroy = function _destroy() {
|
|
18873
|
-
this._nativeMaterial.destroy();
|
|
18873
|
+
!this._destroyed && this._nativeMaterial.destroy();
|
|
18874
|
+
this._destroyed = true;
|
|
18874
18875
|
};
|
|
18875
18876
|
_create_class$3(PhysicsMaterial, [
|
|
18876
18877
|
{
|
|
@@ -19413,7 +19414,6 @@
|
|
|
19413
19414
|
__decorate$1([
|
|
19414
19415
|
ignoreClone
|
|
19415
19416
|
], BoxColliderShape.prototype, "_size", void 0);
|
|
19416
|
-
console.log("Hello, world!");
|
|
19417
19417
|
/**
|
|
19418
19418
|
* Physical collider shape for sphere.
|
|
19419
19419
|
*/ var SphereColliderShape = /*#__PURE__*/ function(ColliderShape) {
|
|
@@ -38860,7 +38860,7 @@
|
|
|
38860
38860
|
], GALACEAN_animation_event);
|
|
38861
38861
|
|
|
38862
38862
|
//@ts-ignore
|
|
38863
|
-
var version = "0.0.0-experimental-double11.
|
|
38863
|
+
var version = "0.0.0-experimental-double11.3";
|
|
38864
38864
|
console.log("Galacean engine version: " + version);
|
|
38865
38865
|
for(var key in CoreObjects){
|
|
38866
38866
|
Loader.registerClass(key, CoreObjects[key]);
|