gameforge - v0.1.12
    Preparing search index...

    Interface IUnloadableTexture

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

    Properties

    Properties

    children: IUnloadableTexture[]