执行射线检测的结果。包含关于射线检测及其命中的对象的信息。
Result of performing a raycast. Contains information about the raycast and the object it hit.
射线检测的方向。
The direction of the raycast.
沿射线行进的距离。
The distance traveled along the ray.
如果为 true,射线检测命中了对象。
If true, the raycast hit an object.
被射线检测命中的实体。
The entity hit by the raycast.
射线交点的位置。
The position of the ray intersection.
被射线检测命中的方块 ID(如果没有命中方块则为 0)。
The voxel ID hit by the raycast (0 if no voxel was hit).
交点处表面的法向量。
The surface normal at the intersection point.
射线检测的起点。
The origin point of the raycast.
如果命中了方块,该方块的网格坐标。
The grid coordinates of the voxel if a voxel was hit.
Zh
执行射线检测的结果。包含关于射线检测及其命中的对象的信息。
En
Result of performing a raycast. Contains information about the raycast and the object it hit.