Crate bevy_chair
source ·Structs§
- Interface for chair to use a bevy atlas. If using this in a system the system must use the run criteria
run_after_chair
or the startup system set creatorafter_chair()
Textures are loaded fromassets/textures
which can be changed withChairConfig
- Configuration for the chair plugin
- The chair loading plugin
- For internal setup only
- In systems use Res
, you probably shouldn’t touch this directly