[−][src]Trait amethyst_assets::ProcessableAsset
Defines a way to process asset's data into the asset. This allows
using default Processor
system to process assets that implement that type.
Required methods
fn process(data: Self::Data) -> Result<ProcessingState<Self>, Error>
Processes asset data into asset during loading.