Information returned about an object detected by a raycast in 2D physics.
collider | The collider hit by the ray. |
---|---|
fraction | Fraction of the distance along the ray that the hit occurred. |
normal | The normal vector of the surface hit by the ray. |
point | The point in world space where the ray hit the collider's surface. |
rigidbody | The Rigidbody2D attached to the object that was hit. |
transform | The Transform of the object that was hit. |