SpriteBatch#removeFromHash()

removeFromHash(child) → {boolean}

Removes a child of this Group from the hash array.
This call will return false if the child is not in the hash.

Parameters
Name Type Description
child DisplayObject

The display object to remove from this Groups hash. Must be a member of this Group and in the hash.

Returns
boolean -

True if the child was successfully removed from the hash, otherwise false.

Inherited From
Source code: core/Group.js (Line 464)
doc_phaser
2017-02-14 11:12:22
Comments
Leave a Comment

Please login to continue.