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

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.