Interface IUnloadableTexture

interface IUnloadableTexture {
    _texture: RenderTexture | Texture<Resource>;
    children: IUnloadableTexture[];
}

Properties

Properties

children: IUnloadableTexture[]

Generated using TypeDoc