Catalog
此内容尚不支持你的语言。
Defined in: asset/Catalog.ts:59
Accessors
Section titled “Accessors”isEmpty
Section titled “isEmpty”Get Signature
Section titled “Get Signature”get isEmpty():
boolean
Defined in: asset/Catalog.ts:134
Returns
Section titled “Returns”boolean
Methods
Section titled “Methods”getAllLabels()
Section titled “getAllLabels()”getAllLabels():
string[]
Defined in: asset/Catalog.ts:122
Returns
Section titled “Returns”string[]
getAtlasFrame()
Section titled “getAtlasFrame()”getAtlasFrame(
path):AtlasFrameInfo|null
Defined in: asset/Catalog.ts:96
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”AtlasFrameInfo | null
getBuildPath()
Section titled “getBuildPath()”getBuildPath(
path):string
Defined in: asset/Catalog.ts:108
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string
getByLabel()
Section titled “getByLabel()”getByLabel(
label):string[]
Defined in: asset/Catalog.ts:118
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string[]
getDeps()
Section titled “getDeps()”getDeps(
path):string[]
Defined in: asset/Catalog.ts:113
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string[]
getEntry()
Section titled “getEntry()”getEntry(
path):CatalogEntry|null
Defined in: asset/Catalog.ts:92
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”CatalogEntry | null
hasAddress()
Section titled “hasAddress()”hasAddress(
address):boolean
Defined in: asset/Catalog.ts:130
Parameters
Section titled “Parameters”address
Section titled “address”string
Returns
Section titled “Returns”boolean
hasEntry()
Section titled “hasEntry()”hasEntry(
path):boolean
Defined in: asset/Catalog.ts:126
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean
resolve()
Section titled “resolve()”resolve(
ref):string
Defined in: asset/Catalog.ts:85
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string
empty()
Section titled “empty()”
staticempty():Catalog
Defined in: asset/Catalog.ts:81
Returns
Section titled “Returns”Catalog
fromJson()
Section titled “fromJson()”
staticfromJson(data):Catalog
Defined in: asset/Catalog.ts:74
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Catalog