Expand description
Manages physics transforms and synchronizes them with Transform.
Structs§
- Apply
PosTo Transform  - Marker component indicating that the 
position_to_transformsystem should be applied to this entity. - Physics
Transform Config  - Configures how physics transforms are managed and synchronized with 
Transform. - Physics
Transform Helper  - A system parameter for computing up-to-date 
PositionandRotationcomponents of entities based on theirTransforms. - Physics
Transform Plugin  - Manages physics transforms and synchronizes them with 
Transform. - Position
 - The global position of a rigid body or a collider.
 - PreSolve
Delta Position  - The translation accumulated before the XPBD position solve.
 - PreSolve
Delta Rotation  - The rotation accumulated before the XPBD position solve.
 - Rotation
 - The global physics rotation of a rigid body or a collider.
 
Enums§
- Physics
Transform Systems  - System sets for managing physics transforms.
 
Functions§
- position_
to_ transform  - Copies 
PositionandRotationchanges toTransform. This allows users and the engine to use these components for moving and positioning bodies. - transform_
to_ position  - Copies 
GlobalTransformchanges toPositionandRotation. This allows users to use transforms for moving and positioning bodies and colliders. 
Type Aliases§
- Physics
Transform Set Deprecated  - A deprecated alias for 
PhysicsTransformSystems.