mirror of
https://github.com/photonstorm/phaser
synced 2024-12-20 18:14:13 +00:00
8dcfef8db0
Group.sendToBottom(child) is the handy opposite of Group.bringToTop() Group.moveUp(child) will move a child up the display list, swapping with the child above it. Group.moveDown(child) will move a child down the display list, swapping with the child below it. |
||
---|---|---|
.. | ||
Camera.js | ||
Filter.js | ||
Game.js | ||
GameNoPhysics.js | ||
Group.js | ||
LinkedList.js | ||
Plugin.js | ||
PluginManager.js | ||
ScaleManager.js | ||
Signal.js | ||
SignalBinding.js | ||
Stage.js | ||
State.js | ||
StateManager.js | ||
World.js |