gameforge - v0.2.1
    Preparing search index...

    Interface IUnloadableTexture

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