Vixen
02b45cc4
csharp
public sealed class AddressableGroupEditorFactory

Opens an addressable group.

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

Remarks

⚠ The view is the whole project's group list, not just this file's. Editing one group's compression in isolation is not the question anybody has — "which of my groups is remote" and "what would a build say about this" are — so double-clicking one .vxgroup opens the list with that group selected. The document is still one file's, which is what keeps Ctrl+S meaning something specific.

Fields and properties (3)

  • public Func<BuildPlan>? Analyser

    What produces a build plan for the analysis, or .

  • 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 (2)

  • EditorApplicationVixen.Editor.App
  • StandardEditorsVixen.Editor.AssetEditors