This class is used to describe resources.

此类用来描述资源

构造函数

属性

i18nUrlMap: Record<string, string> = {}

I18n URL map.

I18n URL 映射。

metaMap: Record<string, any> = {}

Metadata for resources.

资源的元数据。

shaderNameMap: Record<string, string> = {}

Shader name data.

着色器名称数据。

uuidMap: Record<string, string> = {}

UUID data.

UUID 数据。

inst: AssetDb = ...

Default resource instance.

默认资源实例。

方法

  • 参数

    • id: string

      The I18n settings ID.

    返回 string

    The URL for the I18n settings.

    Gets the URL for the I18n settings.

    获取 I18n 设置的 URL。

  • 参数

    • url: string

      The resource URL.

    • uuid: string

      The resource UUID.

    返回 Promise<any>

    A promise.

    Gets the metadata for a resource.

    获取资源的元数据。

  • 参数

    • url: string

      The base resource URL.

    • uuid: string

      The UUID of the base resource.

    • subAssetName: string

      The name of the sub-asset.

    • subAssetExt: string

      The file extension of the sub-asset.

    返回 string

    The URL for the sub-asset.

    Gets the URL for a sub-asset.

    获取子资源的 URL。

  • 参数

    • url: string

      The original URL.

    • 可选onResolve: (url: string) => void

      Optional callback when the URL is resolved.

    返回 Promise<string>

    A promise that resolves to the real URL.

    Resolves the real URL from a given URL.

    根据给定的 URL 解析真实的 URL。

  • 参数

    • shaderName: string

      The shader name.

    返回 string

    The URL corresponding to the shader name.

    Finds the URL for a shader name.

    根据着色器名称查找 URL。

  • 参数

    • shaderName: string

      The shader name.

    返回 Promise<string>

    A promise.

    Asynchronously finds the URL for a shader name.

    异步根据着色器名称查找 URL。

  • 参数

    • url: string

      The URL.

    返回 Promise<string>

    A promise.

    Asynchronously gets the UUID from the URL.

    异步根据 URL 获取 UUID。

  • 参数

    • uuid: string

      The UUID.

    返回 string

    The URL corresponding to the UUID.

    Gets the URL from the UUID.

    根据 UUID 获取 URL。

  • 参数

    • uuid: string

      The UUID.

    返回 Promise<string>

    A promise.

    Asynchronously gets the URL from the UUID.

    异步根据 uuid 获取 URL。