Vixen
02b45cc4
csharp
public readonly record struct FileFilter

One 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 Name

    What to show the user, such as "Vixen scene".

  • public string[] Extensions

    Extensions 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