RayShapeHit constructor

RayShapeHit(
  1. double distance,
  2. Vector3 worldPoint,
  3. Vector3 worldNormal
)

Implementation

RayShapeHit(this.distance, this.worldPoint, this.worldNormal);