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

Function readObjectGroup

packages/melonjs/src/level/tiled/TMXTileMap.js:114–116  ·  view source on GitHub ↗

* read the object group Data * @ignore

(map, data, z)

Source from the content-addressed store, hash-verified

112 * @ignore
113 */
114function readObjectGroup(map, data, z) {
115 return new TMXGroup(map, data, z);
116}
117
118/**
119 * Recursively recompute absolute bounds for a container and all its

Callers 1

readMapObjectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected