destroy(destroyChildren)
Destroy this Text object, removing it from the group it belongs to.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
destroyChildren | boolean | <optional> | true | Should every child of this object have its destroy method called? |
- Source code: gameobjects/Text.js (Line 217)
Please login to continue.