Class RaycastHit
Represent a result of a Raycast query
public sealed class RaycastHit
- Inheritance
-
RaycastHit
- Inherited Members
Properties
Normal
The normal vector
public Vector2 Normal { get; }
Property Value
PhysicsBody
The PhysicsBody the raycast intersect
public PhysicsBody PhysicsBody { get; }
Property Value
Point
Point of intersection
public PointF Point { get; }