IDestroyOptions
Unofficial
Options for destroying a display object.
Import:
import type { IDestroyOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface IDestroyOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| baseTexture? | boolean | Whether to destroy the base texture. | |
| children? | boolean | Whether to destroy children. | |
| texture? | boolean | Whether to destroy the texture. |