Assets.Editor.FilePathExporter.GetModelsPath C# (CSharp) Method

GetModelsPath() private method

private GetModelsPath ( ) : string
return string
        private string GetModelsPath()
        {
            return Path.Combine(Path.Combine(_gameModePath, "Content"), "Models");
        }