Expand description
Responsible for synchronizing physics components with other data, like keeping Position
and Rotation
in sync with Transform
.
See SyncPlugin
.
Modules§
- Functionality for marking ancestors of entities with marker components.
Structs§
- The global transform of a body at the end of the previous frame. Used for detecting if the transform was modified before the start of the physics schedule.
- Configures what physics data is synchronized by the
SyncPlugin
andPreparePlugin
and how.
Enums§
- System sets for systems running in
PhysicsSet::Sync
.
Functions§
- Updates
PreviousGlobalTransform
by setting it toGlobalTransform
at the very end or start of a frame.