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

PropertyTypeDescription
baseTexture?booleanWhether to destroy the base texture.
children?booleanWhether to destroy children.
texture?booleanWhether to destroy the texture.