@eva/plugin-renderer-dragonbone 1.2.7 → 1.2.8-alpha.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/dist/EVA.plugin.renderer.dragonbone.js +1 -1
- package/dist/EVA.plugin.renderer.dragonbone.min.js +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/plugin-renderer-dragonbone.cjs.js +3 -0
- package/dist/plugin-renderer-dragonbone.cjs.prod.js +1 -1
- package/dist/plugin-renderer-dragonbone.d.ts +1 -0
- package/dist/plugin-renderer-dragonbone.esm.js +3 -0
- package/package.json +3 -3
|
@@ -17009,6 +17009,9 @@ var DragonBone = (function (_super) {
|
|
|
17009
17009
|
this.renderSystem.rendererManager.register(this);
|
|
17010
17010
|
this.renderSystem.application.ticker.add(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
|
|
17011
17011
|
};
|
|
17012
|
+
DragonBone.prototype.onDestroy = function () {
|
|
17013
|
+
this.renderSystem.application.ticker.remove(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
|
|
17014
|
+
};
|
|
17012
17015
|
DragonBone.prototype.componentChanged = function (changed) {
|
|
17013
17016
|
return __awaiter(this, void 0, void 0, function () {
|
|
17014
17017
|
return __generator(this, function (_a) {
|