MCPcopy Create free account
hub / github.com/melonjs/melonJS / getDelta

Method getDelta

packages/melonjs/src/system/timer.ts:223–225  ·  view source on GitHub ↗

* Return elapsed time in milliseconds since the last update * @returns elapsed time

()

Source from the content-addressed store, hash-verified

221 * @returns elapsed time
222 */
223 getDelta() {
224 return this.delta;
225 }
226
227 /**
228 * update

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected