World#previous()

previous() → {any}

Moves the group cursor to the previous (lower) child in the group.

If the cursor is at the start of the group (bottom child) it is moved to the end (top child).

Returns
any -

The child the cursor now points to.

Inherited From
Source code: core/Group.js (Line 862)
doc_phaser
2017-02-14 11:21:31
Comments
Leave a Comment

Please login to continue.