Available on crate feature
csv
only.Expand description
Module containing a Bevy plugin to load assets from csv
files with custom file extensions.
Structs§
- CsvAsset
Loader - Loads your asset type
A
from csv files - CsvAsset
Plugin - Plugin to load your asset type
A
from csv files. - Loaded
Csv - Asset representing a loaded CSV file with rows deserialized to Assets of type
A
Enums§
- CsvLoader
Error - Possible errors that can be produced by
CsvAssetLoader