Interface IDestroyOptions

interface IDestroyOptions {
    baseTexture?: boolean;
    children?: boolean;
    texture?: boolean;
}

Properties

baseTexture?: boolean
children?: boolean
texture?: boolean

Generated using TypeDoc