MCPcopy Create free account
hub / github.com/eva-engine/eva.js / lateUpdate

Method lateUpdate

packages/plugin-evax/lib/EvaXSystem.ts:127–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126 }
127 lateUpdate() {
128 for (const item of this.changeList) {
129 this.ee.emit(item.key, this.store, item.oldStore);
130 }
131 this.changeList = [];
132 }
133 add(changed: ComponentChanged) {
134 const component = changed.component as EvaXComponent;
135 component.evax = this;

Callers

nothing calls this directly

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected