Expand description
Manages physics transforms and synchronizes them with Transform
.
Structs§
- Apply
PosTo Transform - Marker component indicating that the
position_to_transform
system 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
Position
andRotation
components of entities based on theirTransform
s. - 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
Position
andRotation
changes toTransform
. This allows users and the engine to use these components for moving and positioning bodies. - transform_
to_ position - Copies
GlobalTransform
changes toPosition
andRotation
. This allows users to use transforms for moving and positioning bodies and colliders.
Type Aliases§
- Physics
Transform Set Deprecated - A deprecated alias for
PhysicsTransformSystems
.