MCPcopy Create free account
hub / github.com/cocos/cocos-engine / setLayers

Method setLayers

cocos/tiledmap/tmx-xml-parser.ts:358–361  ·  view source on GitHub ↗

* Layers * @param {cc.TMXLayerInfo} value

(value: TMXLayerInfo)

Source from the content-addressed store, hash-verified

356 * @param {cc.TMXLayerInfo} value
357 */
358 setLayers (value: TMXLayerInfo): void {
359 this._allChildren.push(value);
360 this._layers.push(value);
361 }
362
363 /**
364 * ImageLayers

Callers 1

parseXMLStringMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected