Vixen
02b45cc4
csharp
public interface ISceneWriter

Writes a scene back to wherever it came from.

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

Remarks

An interface rather than something this assembly implements, because a scene's file format belongs to the asset pipeline and not to the panel that edits one. A document with none refuses to save rather than reporting success and writing nothing — see SaveCore.

Methods (1)

Used by (4)

  • PrefabFileWriterVixen.Editor.AssetEditors
  • SceneDocumentVixen.Editor.SceneView
  • SceneFileWriterVixen.Editor.SceneView
  • StubWriterVixen.Editor.SceneView.Tests