Physics.P2.BodyDebug#getAt()

getAt(index) → {DisplayObject | integer}

Returns the child found at the given index within this group.

Parameters
Name Type Description
index integer

The index to return the child from.

Returns
DisplayObject | integer -

The child that was found at the given index, or -1 for an invalid index.

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

Please login to continue.