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)
Please login to continue.