docs.unity.cn
    Show / Hide Table of Contents

    Method CanProvide

    CanProvide(Type, IResourceLocation)

    Determine if this provider can provide the specified object type from the specified location.

    Declaration
    bool CanProvide(Type type, IResourceLocation location)
    Parameters
    Type Name Description
    Type type

    The type of object.

    IResourceLocation location

    The resource location of the object.

    Returns
    Type Description
    Boolean

    True if this provider can create the specified object.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use