Version: 2022.3
언어: 한국어

설명

Use this enumeration to instruct Unity to execute the physics simulation immediately after the MonoBehaviour.FixedUpdate.

Executing the physics simulation during MonoBehaviour.FixedUpdate provides the most stable physics simulation, however Unity might render multiple frames between simulation updates. This might prevent synchronization of changes made per frame, including contacts between Colliders, with the physics simulation. This mode requires Rigidbody interpolation to provide smoother movement per frame where appropriate.

See Also: Physics.simulationMode.