Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface TextureCacheEntry

    interface TextureCacheEntry {
        size: number;
        src: string;
        time: number;
    }
    Index

    Properties

    Properties

    size: number

    The approximate memory usage of the texture in bytes.

    src: string

    The URL of the texture.

    time: number

    The timestamp when the texture was last accessed.