docs.unity.cn
    Show / Hide Table of Contents

    Class ResourceManagerConfig

    Resource Manager Config utility class.

    Inheritance
    Object
    ResourceManagerConfig
    Namespace: UnityEngine.ResourceManagement.Util
    Syntax
    public static class ResourceManagerConfig : object

    Methods

    Name Description
    CreateArrayResult(Type, Object[])

    Used to create an operation result that has multiple items.

    CreateArrayResult<TObject>(Object[])

    Used to create an operation result that has multiple items.

    CreateListResult(Type, Object[])

    Used to create an operation result that has multiple items.

    CreateListResult<TObject>(Object[])

    Used to create an operation result that has multiple items.

    IsInstance<T1, T2>()

    Check if one type is an instance of another type.

    IsPathRemote(String)

    Check to see if a path is remote or not.

    ShouldPathUseWebRequest(String)

    Check if path should use WebRequest. A path should use WebRequest for remote paths and platforms that require WebRequest to load locally.

    StripQueryParameters(String)

    Strips the query parameters of an url.

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