@galacean/engine 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/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) {
@@ -29548,6 +29548,7 @@
29548
29548
  var state = playState.state;
29549
29549
  var clipDuration = state.clip.length;
29550
29550
  if (this.speed * state.speed >= 0) {
29551
+ console.log(999, clipTime, lastClipTime);
29551
29552
  if (clipTime < lastClipTime) {
29552
29553
  this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
29553
29554
  playState.currentTransitionIndex = 0;
@@ -38859,7 +38860,7 @@
38859
38860
  ], GALACEAN_animation_event);
38860
38861
 
38861
38862
  //@ts-ignore
38862
- var version = "0.0.0-experimental-double11.2";
38863
+ var version = "0.0.0-experimental-double11.3";
38863
38864
  console.log("Galacean engine version: " + version);
38864
38865
  for(var key in CoreObjects){
38865
38866
  Loader.registerClass(key, CoreObjects[key]);