@eva/plugin-renderer-dragonbone 1.2.7-fix.4 → 1.2.7-fix.5

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.
@@ -56,7 +56,6 @@ export declare class DragonBoneSystem extends Renderer {
56
56
  containerManager: ContainerManager;
57
57
  private isRemovedMap;
58
58
  init(): void;
59
- onDestroy(): void;
60
59
  componentChanged(changed: ComponentChanged): Promise<void>;
61
60
  add(changed: ComponentChanged): Promise<void>;
62
61
  change(changed: ComponentChanged): void;
@@ -17005,9 +17005,6 @@ var DragonBone = (function (_super) {
17005
17005
  this.renderSystem.rendererManager.register(this);
17006
17006
  this.renderSystem.application.ticker.add(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
17007
17007
  };
17008
- DragonBone.prototype.onDestroy = function () {
17009
- this.renderSystem.application.ticker.remove(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
17010
- };
17011
17008
  DragonBone.prototype.componentChanged = function (changed) {
17012
17009
  return __awaiter(this, void 0, void 0, function () {
17013
17010
  return __generator(this, function (_a) {