createFullLayer(children) → {Phaser.FlexLayer}
A full layer is placed at 0,0 and extends to the full size of the game. Children are scaled according to the fluid ratios.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
children | array | <optional> | An array of children that are used to populate the FlexLayer. |
Returns
The Layer object.
- Source code: core/FlexGrid.js (Line 170)
Please login to continue.