Skip to content

Api > Physics > SyncTransforms()


Physics.SyncTransforms()⚓︎

Apply Transform changes to the physics engine.

Usage⚓︎

Physics:SyncTransforms()

Extra Detail⚓︎

When a Transform component changes, any Rigidbody or Collider on that Transform or its children may need to be repositioned, rotated or scaled depending on the change to the Transform. Use this function to flush those changes to the physics engine manually.