loadSpineAssets
loadSpineAssets(
module,source,spineManager,spinePairs,transcoderProvider?,owner?):Promise<Map<string,SpineAssetInfo>>
Defined in: spine/loadSpineScene.ts:95
Parameters
Section titled “Parameters”module
Section titled “module”ESEngineModule | null
The wasm engine module, or null on a core with no heap — the atlas page upload goes through the ResourceManager’s byte path there.
source
Section titled “source”spineManager
Section titled “spineManager”SpineManager | null | undefined
spinePairs
Section titled “spinePairs”readonly object[]
transcoderProvider?
Section titled “transcoderProvider?”TranscoderProvider
owner?
Section titled “owner?”SpineAssetOwner
Returns
Section titled “Returns”Promise<Map<string, SpineAssetInfo>>