docs.unity.cn
    Show / Hide Table of Contents

    Constructor ResourceLocationData

    ResourceLocationData(String[], String, Type, Type, String[])

    Construct a new ResourceLocationData object.

    Declaration
    public ResourceLocationData(string[] keys, string id, Type provider, Type t, string[] dependencies = null)
    Parameters
    Type Name Description
    String[] keys

    Array of keys for the location. This must contain at least one item.

    String id

    The internal id.

    Type provider

    The provider id.

    Type t

    The resource object type.

    String[] dependencies

    Optional array of dependencies.

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