Vixen
c7401864
csharp
public sealed class BehaviorTreeEditorFactory

Opens a behaviour tree.

Read the guide page for this →

Remarks

⚠ In this assembly rather than in Vixen.Editor.Ai, which is where doc 37 § Part 5 files it. That assembly is the model, the layout and the projection, and it deliberately knows nothing about a project, a document or a panel — the same split every other graph editor in this repository makes, and the reason the model can be tested with no editor in the way.

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