Version: 2021.1
언어: 한국어

설명

When a Rigidbody2D moves, only collisions at the new position are detected.

When using this mode, Rigidbody2D that are moving fast can overlap or even pass through other colliders. This mode however is much faster to calculate and should only be used when objects are moving at relatively slow or moderate speeds and you are not encountering objects overlapping or passing through each other.

See Also: Rigidbody2D.collisionDetectionMode.