Properties:
| Name | Type | Description |
|---|---|---|
context |
boolean |
Destroy the graphics context as well. |
Members
Destroy the graphics context as well.
Options when destroying a graphics context.
// destroy the graphics context and its texture
graphicsContext.destroy({ context: true, texture: true });
| Name | Type | Description |
|---|---|---|
context |
boolean |
Destroy the graphics context as well. |
Destroy the graphics context as well.