Elegy Engine API Reference Elegy Engine API Reference

Interface ILevelWriter

Namespace
Elegy.AssetSystem.Interfaces
Assembly
Elegy.AssetSystem.dll

Level writer interface.

public interface ILevelWriter : IAssetIo, IPlugin
Inherited Members
IAssetIo.Supports(string)
IPlugin.Init()
IPlugin.Shutdown()
IPlugin.Name
IPlugin.Error
IPlugin.Initialised

Methods

WriteLevel(string, ElegyMapDocument)

bool WriteLevel(string path, ElegyMapDocument map)

Parameters

path string
map ElegyMapDocument

Returns

bool
Edit this page
Made with docfx