Module dagon.resource.binary
Provides support for loading and managing generic binary assets in Dagon.
Description
The dagon module defines the BinaryAsset class,
which loads arbitrary binary data from files or streams into a buffer.
This is useful for handling custom data formats, raw buffers, or non-standard
resources that do not fit into other asset types. The asset supports threaded
loading and integrates with the asset manager and virtual file system.
Classes
| Name | Description |
|---|---|
BinaryAsset
|
Asset class for loading and managing generic binary data. |