Skip to content

PackagedAssetIndex

Defined in: runtime/packagedRuntime.ts:118

The packaged realm’s resolved asset index — manifest, catalog, resolution.

optional catalog?: Catalog

Defined in: runtime/packagedRuntime.ts:123

Logical → staged mapping for the loaders’ inner refs; absent when the build stages assets under their logical paths (nothing to remap).


manifest: AddressableManifest

Defined in: runtime/packagedRuntime.ts:119


model: ManifestModel

Defined in: runtime/packagedRuntime.ts:120

addressOf(ref): string | null

Defined in: runtime/packagedRuntime.ts:129

The asset’s LOGICAL source path for any ref spelling (including its own staged path), or null when unknown — recovers the authored directory a content-addressed rename hid.

string

string | null


assetPaths(): string[]

Defined in: runtime/packagedRuntime.ts:131

Every staged asset path — content-driven discovery (locale tables).

string[]


resolvePath(ref): string

Defined in: runtime/packagedRuntime.ts:125

Resolve any ref spelling (@uuid:, logical, “/”-rooted) to a staged path.

string

string


spineCulling(skeleton, atlas): SpineCullingRect | undefined

Defined in: runtime/packagedRuntime.ts:135

The culling contract shipped for a spine PAIR, for any ref spelling.

string

string

SpineCullingRect | undefined


textureImport(ref): ParsedTextureImportSettings | undefined

Defined in: runtime/packagedRuntime.ts:133

How a texture is sampled and 9-sliced, for any ref spelling.

string

ParsedTextureImportSettings | undefined