setSize(width, height) Sets the core game size. This resets the w/h parameters and bounds. Parameters
createFixedLayer(children) → {
createCustomLayer(width, height, children) → {
reset() Resets the layer children references Source code:
manager : Phaser.ScaleManager A reference
refresh() Updates all internal vars such as the bounds and scale values. Source
onResize(width, height) Called when the game container changes dimensions. Parameters
[readonly] positionCustom Properties: Name Type
debug() Call in the render function to output the bounds rects. Source code:
createFullLayer(children) → {
Page 1 of 2