Elegy Engine API Reference Elegy Engine API Reference

Interface IModelLoader

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

Model loader interface.

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

Methods

LoadModel(string)

Loads a model from the given path.

Model? LoadModel(string path)

Parameters

path string

Returns

Model

The model with its data, null if it cannot be loaded.

Edit this page
Made with docfx