Vixen
02b45cc4
csharp
public sealed class VfxEditorFactory

Opens a VFX 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.VfxGraph, 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 — which is what lets its tests compile a graph with no editor in the way. The document and the view are the same shape every other row of doc 11's asset-editor table has, and this is the assembly that holds them.

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