Interface IModelLoader
- Namespace
- Elegy.AssetSystem.Interfaces
- Assembly
- Elegy.AssetSystem.dll
Model loader interface.
public interface IModelLoader : IAssetIo, IPlugin
- Inherited Members
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.