Interface IAssetIo

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

Asset IO interface. Supports(string) is called first, to check for the file extension, then the appropriate loading method is called, such as LoadModel(string).

public interface IAssetIo : IPlugin
Inherited Members

Methods

Supports(string)

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

bool Supports(string extension)

Parameters

extension string

Returns

bool