docs.unity.cn
    Show / Hide Table of Contents

    Method FindFileInContentRoots

    FindFileInContentRoots(String)

    Searches for the given relative path within the configured content root directores.

    Declaration
    protected virtual string FindFileInContentRoots(string relativePath)
    Parameters
    Type Name Description
    String relativePath
    Returns
    Type Description
    String

    The full system path to the file if found, or null if file could not be found

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