Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssetTable

Hierarchy

  • AssetTable

Index

Constructors

constructor

Properties

Private _pathToUuid

_pathToUuid: Map<string, Entry> | Map<string, Array<Entry>>

Methods

getInfoDEBUG

  • getInfoDEBUG(uuid: any, out_info: any): boolean

Private add

  • add(path: any, uuid: any, type: any, isMainAsset: any): void
  • 以路径为 key,uuid 为值添加到表中。

    method

    add

    Parameters

    • path: any

      the path to load, should NOT include filename extensions.

    • 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[]

reset

  • reset(): void

Generated using TypeDoc