> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# BaseAssetManagerLibrary class

> Abstract base class for asset-manager libraries.

# BaseAssetManagerLibrary

## Summary

Abstract base class for asset-manager libraries.

## Signature

```typescript theme={null}
declare abstract class BaseAssetManagerLibrary extends Library implements IAssetManagerLibrary 
```

## Methods

### getAsset

**Modifiers**: abstract

Retrieve a file asset by its virtual path.

### getAsset

**Modifiers**: abstract

## Remarks

Extend this class to implement a custom asset-manager and register it with `NanoforgeApplication.useAssetManager`. The built-in implementation is `AssetManagerLibrary`.
