TilemapLayer#addChildAt()

addChildAt(child, index) → {DisplayObject} Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown Parameters Name Type Description child DisplayObject The child to add index Number The index to place the child in Returns DisplayObject - The child that was added. Inherited From PIXI.DisplayObjectContainer#addChildAt Source code: pixi/display/DisplayObjectContainer.js (Line 55)

TilemapLayer#addChild()

addChild(child) → {DisplayObject} Adds a child to the container. Parameters Name Type Description child DisplayObject The DisplayObject to add to the container Returns DisplayObject - The child that was added. Inherited From PIXI.DisplayObjectContainer#addChild Source code: pixi/display/DisplayObjectContainer.js (Line 42)

Tilemap.WEST

[static] WEST : number Source code: tilemap/Tilemap.js (Line 206)

Tilemap.TILED_JSON

[static] TILED_JSON : number Source code: tilemap/Tilemap.js (Line 182)

Tilemap.SOUTH

[static] SOUTH : number Source code: tilemap/Tilemap.js (Line 200)

Tilemap.NORTH

[static] NORTH : number Source code: tilemap/Tilemap.js (Line 188)

Tilemap.EAST

[static] EAST : number Source code: tilemap/Tilemap.js (Line 194)

Tilemap.CSV

[static] CSV : number Source code: tilemap/Tilemap.js (Line 176)

Tilemap#widthInPixels

widthInPixels : number The width of the map in pixels based on width * tileWidth. Source code: tilemap/Tilemap.js (Line 90)

Tilemap#width

width : number The width of the map (in tiles). Source code: tilemap/Tilemap.js (Line 50)