Assets.Editor.FilePathExporter.GetFolderPathModels C# (CSharp) Метод

GetFolderPathModels() публичный Метод

public GetFolderPathModels ( string fileName ) : string
fileName string
Результат string
        public string GetFolderPathModels(string fileName)
        {
            return Path.Combine(GetModelsPath(), fileName);
        }