@galacean/engine-core 1.0.1 → 1.0.2
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/main.js +0 -1
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +0 -1
- package/dist/module.js +0 -1
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/types/RenderPipeline/MeshRenderElement.d.ts +3 -1
- package/types/RenderPipeline/SpriteElement.d.ts +3 -1
- package/types/RenderPipeline/SpriteMaskElement.d.ts +3 -1
- package/types/RenderPipeline/TextRenderElement.d.ts +3 -1
- package/types/particle/modules/MainModule.d.ts +7 -5
- package/types/particle/modules/RotationOverLifetimeModule.d.ts +1 -1
- package/types/particle/modules/TextureSheetAnimationModule.d.ts +0 -4
package/dist/miniprogram.js
CHANGED
|
@@ -24763,7 +24763,6 @@ exports.AnimatorLayerBlendingMode = void 0;
|
|
|
24763
24763
|
var state = playState.state;
|
|
24764
24764
|
var clipDuration = state.clip.length;
|
|
24765
24765
|
if (this.speed * state.speed >= 0) {
|
|
24766
|
-
console.log(999, clipTime, lastClipTime);
|
|
24767
24766
|
if (clipTime < lastClipTime) {
|
|
24768
24767
|
this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
|
|
24769
24768
|
playState.currentTransitionIndex = 0;
|
package/dist/module.js
CHANGED
|
@@ -24758,7 +24758,6 @@ var AnimatorLayerBlendingMode;
|
|
|
24758
24758
|
var state = playState.state;
|
|
24759
24759
|
var clipDuration = state.clip.length;
|
|
24760
24760
|
if (this.speed * state.speed >= 0) {
|
|
24761
|
-
console.log(999, clipTime, lastClipTime);
|
|
24762
24761
|
if (clipTime < lastClipTime) {
|
|
24763
24762
|
this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
|
|
24764
24763
|
playState.currentTransitionIndex = 0;
|