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

GetModelsPath() приватный Метод

private GetModelsPath ( ) : string
Результат string
        private string GetModelsPath()
        {
            return Path.Combine(Path.Combine(_gameModePath, "Content"), "Models");
        }