docs.unity.cn
    Show / Hide Table of Contents

    Method GetLocatorInfo

    GetLocatorInfo(String)

    Given the Id of an IResourceLocator, get the relevant content catalog data associated with it.

    Declaration
    public static ResourceLocatorInfo GetLocatorInfo(string locatorId)
    Parameters
    Type Name Description
    String locatorId

    The Id of the IResourceLocator

    Returns
    Type Description
    ResourceLocatorInfo

    Data pertaining to the content catalog used by the provided IResourceLocator

    GetLocatorInfo(IResourceLocator)

    Given the Id of an IResourceLocator, get the relevant content catalog data associated with it.

    Declaration
    public static ResourceLocatorInfo GetLocatorInfo(IResourceLocator locator)
    Parameters
    Type Name Description
    IResourceLocator locator

    The resource locator you want to get content catalog data for.

    Returns
    Type Description
    ResourceLocatorInfo

    Data pertaining to the content catalog used by the provided IResourceLocator

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use