Skip to content

IDestroyOptions

Unofficial

Options for destroying a display object.

Import:

import type { IDestroyOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface IDestroyOptions

Properties

Property Type Description
baseTexture? boolean Whether to destroy the base texture.
children? boolean Whether to destroy children.
texture? boolean Whether to destroy the texture.