Table of Contents

Interface IAssetLoader

Namespace
LibGFX.Assets.Loaders
Assembly
LibGFX.dll

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

path string
loadingArgs object

Returns

T

Type Parameters

T