MCPcopy Create free account
hub / github.com/facebook/Rapid / immediateRedraw

Method immediateRedraw

modules/core/MapSystem.js:471–474  ·  view source on GitHub ↗

* immediateRedraw * Tell the renderer to redraw as soon as possible. * This is ideal for interactive situations where the user did a thing and we want * the map to update on one of the next few animation frames to show their change.

()

Source from the content-addressed store, hash-verified

469 * the map to update on one of the next few animation frames to show their change.
470 */
471 immediateRedraw() {
472 const gfx = this.context.systems.gfx;
473 gfx.immediateRedraw();
474 }
475
476
477 /**

Callers 15

setDebugMethod · 0.45
initAsyncMethod · 0.45
highlightEditsMethod · 0.45
areaFillModeMethod · 0.45
_pointermoveMethod · 0.45
challengeIDsMethod · 0.45
_loadDetectionAsyncMethod · 0.45
enabledMethod · 0.45
enabledMethod · 0.45
enabledMethod · 0.45
enabledMethod · 0.45
enabledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected