The HitResult class is used to store the result of raycasting or shape scanning.

HitResult 类用于实现射线检测或形状扫描的结果。

属性

collider: ICollider = null

The collider that was hit.

发生碰撞的碰撞组件。

hitFraction: number = 0

Hit Fraction

碰撞分数。

normal: Vector3 = ...

Collision normals.

碰撞法线。

point: Vector3 = ...

The Collision point.

碰撞点。

succeeded: boolean = false

Whether the raycast or shape scan is successful.

射线检测或形状扫描是否成功。