docs.unity.cn
    Show / Hide Table of Contents

    Method ShouldPathUseWebRequest

    ShouldPathUseWebRequest(String)

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

    Declaration
    public static bool ShouldPathUseWebRequest(string path)
    Parameters
    Type Name Description
    String path

    The path to check.

    Returns
    Type Description
    Boolean

    Returns true if path should use WebRequest.

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