MCPcopy Index your code
hub / github.com/melonjs/melonJS / deferredRemove

Function deferredRemove

packages/melonjs/src/renderable/container.js:14–16  ·  view source on GitHub ↗

* Private function to re-use for object removal in a defer * @ignore

(child, keepalive)

Source from the content-addressed store, hash-verified

12 * @ignore
13 */
14function deferredRemove(child, keepalive) {
15 this.removeChildNow(child, keepalive);
16}
17
18/**
19 * Module-level cache of the camera position used by `_sortDepth`.

Callers

nothing calls this directly

Calls 1

removeChildNowMethod · 0.80

Tested by

no test coverage detected