Interface: BaseDestroyOptions

BaseDestroyOptions

Base destroy options.

Properties:
Name Type Description
children boolean

Destroy children recursively.

Example

// Destroy the sprite and all its children.
sprite.destroy({ children: true });

Members

children boolean

Destroy children recursively.