Interface: TextureDestroyOptions

TextureDestroyOptions

Options when destroying textures. Most of these use cases are internal.

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

Destroy the texture as well.

textureSource boolean

Destroy the texture source as well.

Members

texture boolean

Destroy the texture as well.

textureSource boolean

Destroy the texture source as well.