mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-25 08:46:08 +00:00
ModelImporter - Add summary to 'SupportedModelFileFormatsFilter' property
This commit is contained in:
@@ -73,6 +73,9 @@ namespace PckStudio.Internal
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Filter that can be used for <see cref="System.Windows.Forms.OpenFileDialog"/> or <see cref="System.Windows.Forms.SaveFileDialog"/>
|
||||
/// </summary>
|
||||
public string SupportedModelFileFormatsFilter => string.Join("|", _importProviders.Values.Select(p => p.DialogFilter));
|
||||
|
||||
public T Import(string filename)
|
||||
|
||||
Reference in New Issue
Block a user