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

Method deferredRedraw

modules/core/MapSystem.js:459–462  ·  view source on GitHub ↗

* deferredRedraw * Tell the renderer to redraw soon * This is ideal for most situations where data is streaming in, and we can * allow the changes to batch up over several animation frames.

()

Source from the content-addressed store, hash-verified

457 * allow the changes to batch up over several animation frames.
458 */
459 deferredRedraw() {
460 const gfx = this.context.systems.gfx;
461 gfx.deferredRedraw();
462 }
463
464
465 /**

Callers 15

initAsyncMethod · 0.45
loadChallengesMethod · 0.45
_loadTilePageMethod · 0.45
_parseTileBufferMethod · 0.45
_mergePolygonsMethod · 0.45
_mergeLineStringsMethod · 0.45
loadNotesMethod · 0.45
gotNoteMethod · 0.45
createdNoteMethod · 0.45
updatedNoteMethod · 0.45
loadTilesMethod · 0.45
loadTilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected