Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Physics2D.SyncTransforms

Declaration

public static void SyncTransforms();

Description

Synchronizes.

When a Transform component changes, any Rigidbody2D or Collider2D on that Transform or its children may need to be repositioned, rotated or scaled depending on the change to the Transform.