AddressableGroupEditorFactory
public sealed class AddressableGroupEditorFactoryOpens 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>? AnalyserWhat produces a build plan for the analysis, or .
public string NameWhat this editor is called, in a menu and in a message about two of them clashing.
public IReadOnlyList<string> ExtensionsThe extensions it claims, each with its leading dot.
Methods (2)
public EditorDocument Open(AssetEditorRequest request)Opens an asset as a document.
public UiElement CreateView(EditorDocument document, UiElement panel)Builds the editor's controls into a panel.
Used by (2)
- EditorApplicationVixen.Editor.App
- StandardEditorsVixen.Editor.AssetEditors