MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / update

Method update

components/liquid-ether.tsx:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 this.renderer.setSize(this.width, this.height, false);
165 }
166 update() {
167 if (!this.clock) return;
168 this.delta = this.clock.getDelta();
169 this.time += this.delta;
170 }
171 }
172 const Common = new CommonClass();
173

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected