UnityEditor.iOS.Xcode.PBXProject.FileRefsGetByProjectPath C# (CSharp) Méthode

FileRefsGetByProjectPath() private méthode

private FileRefsGetByProjectPath ( string path ) : PBXFileReferenceData
path string
Résultat PBXFileReferenceData
        private PBXFileReferenceData FileRefsGetByProjectPath(string path)
        {
            return this.m_Data.FileRefsGetByProjectPath(path);
        }
PBXProject