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