csharp
public readonly record struct FileFilterOne entry in a file dialog's type filter.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public string NameWhat to show the user, such as "Vixen scene".
public string[] ExtensionsExtensions without the dot, such as ["vxscene"].
Methods (1)
public FileFilter(string Name, params string[] Extensions)One entry in a file dialog's type filter.
Used by (5)
- DialogArgumentsVixen.Platform.Linux
- FileDialogOptionsVixen.Platform
- MacOSDialogsVixen.Platform.MacOS
- WindowsDialogsVixen.Platform.Windows
- EditorApplicationVixen.Editor.App