Vixen
02b45cc4
csharp
public sealed class SequenceEditorFactory

Opens a sequence.

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

Remarks

⚠ The scene is attached afterwards, by the host. Which scene a cinematic is authored against is the application's arbitration — the same one that decides which world an opened scene goes into — and a factory that reached for one would be a factory that knows what the editor has open.

Fields and properties (3)

  • public Func<SceneDocument?>? Scene

    Where the scene a sequence drives comes from, or for none.

  • 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