RayShapeHit constructor
RayShapeHit(
- double distance,
- Vector3 worldPoint,
- Vector3 worldNormal
Implementation
RayShapeHit(this.distance, this.worldPoint, this.worldNormal);