docs.unity.cn
    Show / Hide Table of Contents

    Constructor ResourceLocatorInfo

    ResourceLocatorInfo(IResourceLocator, String, IResourceLocation)

    Contstruct a ResourceLocatorInfo for a given Resource Locator.

    Declaration
    public ResourceLocatorInfo(IResourceLocator loc, string localHash, IResourceLocation remoteCatalogLocation)
    Parameters
    Type Name Description
    IResourceLocator loc

    The IResourceLocator to track.

    String localHash

    The local hash of the content catalog.

    IResourceLocation remoteCatalogLocation

    The location for the remote catalog. Typically this location contains exactly two dependeices, the first one pointing to the remote hash file. The second dependency pointing to the local hash file.

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