Elegy Engine API Reference Elegy Engine API Reference

Interface ILevelLoader

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

Level loader interface.

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

Methods

LoadLevel(string)

ElegyMapDocument? LoadLevel(string path)

Parameters

path string

Returns

ElegyMapDocument
Edit this page
Made with docfx