Version: 2017.3
public static void SyncTransforms ();

説明

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. You can also manually synchronize transform changes using Physics2D.SyncTransforms.