Version: 5.6

Collision2D

class in UnityEngine

マニュアルに切り替える

説明

Collision details returned by 2D physics callback functions.

The collisions details are returned by MonoBehaviour.OnCollisionEnter2D, MonoBehaviour.OnCollisionStay2D and MonoBehaviour.OnCollisionExit2D callbacks. It details which Collider2D and Rigidbody2D pairs are involved in the collision as well as contact points where the Collider2D meet.

変数

colliderThe incoming Collider2D involved in the collision with the otherCollider.
contactsCollider2D との具体的な衝突地点
enabledIndicates whether the collision response or reaction is enabled or disabled.
gameObject衝突してきたゲームオブジェクト
otherColliderThe other Collider2D involved in the collision with the collider.
otherRigidbodyThe other Rigidbody2D involved in the collision with the rigidbody.
relativeVelocity衝突した 2 つのオブジェクトの相対的な速度(読み取り専用)
rigidbodyThe incoming Rigidbody2D involved in the collision with the otherRigidbody.
transform衝突してきたオブジェクトの Transform