API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceAssetSizeStats

@codexo/exojs / assets / stable

One resident asset, sized, as reported by AssetStats.largest.

3
props
0
methods
0
events
Import
import { AssetSizeStats } from '@codexo/exojs'

One resident asset, sized, as reported by AssetStats.largest.

Properties3
bytes: number
Estimated resident bytes; see AssetStats.bytes.
canonicalKey: string
type: string
The asset type's id, or the dispatch token's name for a type not installed on this loader.
Source