Class ElfLevelWriter

Namespace
Elegy.AssetSystem.Loaders
Assembly
Elegy.AssetSystem.dll
public class ElfLevelWriter : BaseAssetIo, ILevelWriter, IAssetIo, IPlugin
Inheritance
ElfLevelWriter
Implements
Inherited Members

Properties

Name

The name of this plugin.

public override string Name { get; }

Property Value

string

Methods

Supports(string)

Whether or not this asset loader/writer supports this format. For example, an OBJ loader may support .obj.

public override bool Supports(string extension)

Parameters

extension string

Returns

bool

WriteLevel(string, ElegyMapDocument)

public bool WriteLevel(string path, ElegyMapDocument map)

Parameters

path string
map ElegyMapDocument

Returns

bool