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
and how.
Enums§
- System sets for systems running in
PhysicsSet::Sync
.
Functions§
- Update
GlobalTransform
component of physics entities based on entity hierarchy andTransform
component. - Updates the
GlobalTransform
component of physics entities that don’t have other physics entities in the hierarchy. - Updates
PreviousGlobalTransform
by setting it toGlobalTransform
at the very end or start of a frame.