csharp
public sealed class SequenceEditorFactoryOpens 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?>? SceneWhere the scene a sequence drives comes from, or for none.
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