Vixen
02b45cc4
csharp
public sealed class TextureEditorFactory

Opens a texture.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ The extensions are TextureImporter's, restated. They have to be: an editor that claimed a file the importer does not import would open a settings panel for settings nothing reads. There is a test that compares the two lists, which is the only arrangement where adding a format to the importer cannot quietly leave it uneditable.

Fields and properties (2)

  • public string Name

    What this editor is called, in a menu and in a message about two of them clashing.

  • public IReadOnlyList<string> Extensions

    The extensions it claims, each with its leading dot.

Methods (2)

Used by (1)

  • StandardEditorsVixen.Editor.AssetEditors