API reference

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

I

interfaceSerializedAssetRef

@codexo/exojs / core / stable

Serialized reference to a loaded asset (e.g. a Texture). Stores the loader **source key** the asset was loaded under, not the asset data itself. The contract is that referenced assets are pre-loaded into the target Loader before Scene.deserialize runs.

1
props
0
methods
0
events
Import
import { SerializedAssetRef } from '@codexo/exojs'

Serialized reference to a loaded asset (e.g. a Texture).

Stores the loader **source key** the asset was loaded under, not the asset data itself. The contract is that referenced assets are pre-loaded into the target Loader before Scene.deserialize runs.

Properties1
source: string
Loader alias/source the asset was originally loaded under.
Source