Expand description
Runs systems that prepare and initialize components used by physics.
See PreparePlugin
.
Structs§
- Configures what is initialized by the
PreparePlugin
and how. - Runs systems at the start of each physics frame. Initializes rigid bodies and updates components.
Enums§
- Systems sets for initializing and syncing missing components. You can use these to schedule your own initialization systems without having to worry about implementation details.