applyAssetRefResolvers
此内容尚不支持你的语言。
applyAssetRefResolvers(
app,resolveRef):void
Defined in: packagedRuntime.ts:165
Route audio and video refs through the same resolver as every other asset.
playSFX / a video source take plain paths rather than @uuid: refs, so
without this they would miss the logical→staged mapping a cooked build needs —
one resolution channel, not a parallel base-URL scheme per media type.
Parameters
Section titled “Parameters”resolveRef
Section titled “resolveRef”(ref) => string
Returns
Section titled “Returns”void