Interface IUnloadableTexture

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

Properties

Properties

children: IUnloadableTexture[]

Generated using TypeDoc