createFixedLayer(children) → {
xy(index, x, y) Positions the child found at the given index within this group to the given x and y coordinates. Parameters
[readonly] total : integer Total number of existing children in the group.
customSort(sortHandler, context) Sort the children in the group according to custom sort function.
position : Phaser.Point Source code:
[readonly] screenOrientation : string The last known orientation of the screen, as
bottomLeft : Phaser.Point Source code:
hash :array The hash array is an array belonging to this Group into which you can add any of its children via Group.addToHash and
getBounds(targetCoordinateSpace) → {Rectangle} Retrieves the global
callAll(method, context, args) Calls a function, specified by name, on all on children. The function
Page 4 of 20