MCPcopy Create free account
hub / github.com/esengine/esengine / internalPlay

Method internalPlay

packages/fairygui/src/core/Transition.ts:633–642  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631 }
632
633 private internalPlay(): void {
634 this._ownerBaseX = this._owner.x;
635 this._ownerBaseY = this._owner.y;
636 this._totalTasks = 1;
637
638 for (const item of this._items) {
639 if (item.target) this.playItem(item);
640 }
641 this._totalTasks--;
642 }
643
644 private callHook(item: ITransitionItem, tweenEnd: boolean): void {
645 const hook = tweenEnd ? item.tweenConfig?.endHook : item.hook;

Callers 1

checkAllCompleteMethod · 0.95

Calls 1

playItemMethod · 0.95

Tested by

no test coverage detected