Interface: ContextDestroyOptions

ContextDestroyOptions

Options when destroying a graphics context.

// destroy the graphics context and its texture
graphicsContext.destroy({ context: true, texture: true });
Properties:
Name Type Description
context boolean

Destroy the graphics context as well.

Members

context boolean

Destroy the graphics context as well.