spineManifestContractFrom
此内容尚不支持你的语言。
spineManifestContractFrom(
importer,keyOfRef):SpineManifestContract|undefined
Defined in: asset/spineImportSettings.ts:80
One skeleton’s .meta → the manifest entry, or undefined. ONE function for
every writer, because two is how “works in Play, not in the build” is born.
keyOfRef turns the recorded atlas into this build’s key; a contract naming
an atlas this build does not ship is dropped.
Parameters
Section titled “Parameters”importer
Section titled “importer”Record<string, unknown> | null | undefined
keyOfRef
Section titled “keyOfRef”(ref) => string | undefined
Returns
Section titled “Returns”SpineManifestContract | undefined