Properties
Private _pathToUuid
_path
ToUuid: Map<string, Entry> | Map<string, Array<Entry>>
Methods
getInfoDEBUG
- getInfoDEBUG(uuid: any, out_info: any): boolean
-
Parameters
Returns boolean
Private add
- add(path: any, uuid: any, type: any, isMainAsset: any): void
-
Parameters
-
path: any
-
uuid: any
-
type: any
-
isMainAsset: any
Returns void
getUuid
- getUuid(path: any, type: any): any
getUuidArray
- getUuidArray(path: any, type: any, out_urls: any): string[]
-
Parameters
-
path: any
-
type: any
-
out_urls: any
Returns string[]
以路径为 key,uuid 为值添加到表中。
add