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

Method repaint

packages/melonjs/src/application/application.ts:812–814  ·  view source on GitHub ↗

* force the redraw (not update) of all objects

()

Source from the content-addressed store, hash-verified

810 * force the redraw (not update) of all objects
811 */
812 repaint(): void {
813 this.isDirty = true;
814 }
815
816 /**
817 * Pause the current stage. Convenience proxy for {@link state.pause}.

Callers 7

scaleFunction · 0.80
checkboxMethod · 0.80
showMethod · 0.80
hideMethod · 0.80
loadLevelFunction · 0.80
onKeyPressedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected