csharp
public interface ISceneWriterWrites 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)
void Write(SceneDocument document)Writes a scene.
Used by (4)
- PrefabFileWriterVixen.Editor.AssetEditors
- SceneDocumentVixen.Editor.SceneView
- SceneFileWriterVixen.Editor.SceneView
- StubWriterVixen.Editor.SceneView.Tests