Class ElfLevelLoader
- Namespace
- Elegy.AssetSystem.Loaders
- Assembly
- Elegy.AssetSystem.dll
Built-in ELF loader.
public class ElfLevelLoader : BaseAssetIo, ILevelLoader, IAssetIo, IPlugin
- Inheritance
-
ElfLevelLoader
- Implements
- Inherited Members
Properties
Name
The name of this plugin.
public override string Name { get; }
Property Value
Methods
Init()
Called when the plugin is being initialised.
public override bool Init()
Returns
LoadLevel(string)
public ElegyMapDocument? LoadLevel(string path)
Parameters
path
string
Returns
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