Interface IAssetLoader
Interface for loading assets.
public interface IAssetLoader
Methods
Load<T>(string, object?)
Loads an asset from the specified path.
T Load<T>(string path, object? loadingArgs = null) where T : class
Parameters
Returns
- T
Type Parameters
T