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 © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use