Version: 2022.3
言語: 日本語
public static void SyncTransforms ();

説明

Apply Transform changes to the physics engine.

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.