Module bevy_asset::processor

source ·

Structs§

Enums§

Traits§

  • A type-erased variant of Process that enables interacting with processor implementations without knowing their type.
  • Asset “processor” logic that reads input asset bytes (stored on ProcessContext), processes the value in some way, and then writes the final processed bytes with Writer. The resulting bytes must be loadable with the given Process::OutputLoader.