Expand description
Runs systems that prepare and initialize components used by physics.
See PreparePlugin
.
Structs§
- Prepare
Config - Configures what is initialized by the
PreparePlugin
and how. - Prepare
Plugin - Runs systems at the start of each physics frame. Initializes rigid bodies and updates components.
Enums§
- Prepare
Set - 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.
Functions§
- init_
transforms - Initializes
Transform
based onPosition
andRotation
or vice versa when a component of the given type is inserted.