@rendley/sdk - v1.12.6
    Preparing search index...

    Interface IUnloadableTexture

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

    Properties

    Properties

    children: IUnloadableTexture[]