csharp
public sealed class ShaderGraphEditorFactoryOpens a shader graph.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
⚠ In this assembly rather than in Vixen.Editor.ShaderGraph, which is where doc 20's B5 files the row. That assembly is the node library and the compiler, and it deliberately knows nothing about a project, a document or a panel — the same split VfxEditorFactory states, and the reason the graph compiler can be tested with no editor in the way.
Fields and properties (2)
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 (1)
- StandardEditorsVixen.Editor.AssetEditors