Module bevy_proto::custom

source ·
Expand description

A collection of custom schematics (requires the custom_schematics feature).

The types in this module are meant to provide Schematic implementations of common types. For example, many bundles in Bevy do not meet the requirements to implement Schematic themselves, so they have equivalent types defined here as a stopgap.

Structs