[Go to site: main page, start]

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.