返回介绍

RaycastHit 射线投射碰撞信息

发布于 2019-12-18 15:38:23 字数 2649 浏览 1205 评论 0 收藏 0

struct in UnityEngine

Description 描述

Structure used to get information back from a raycast.

该结构用来获取射线投射返回的信息。

See Also: Physics.Raycast, Physics:Physics.Linecast, Physics.RaycastAll.

Variables 变量

barycentricCoordinateThe barycentric coordinate of the triangle we hit.
碰到的三角形的重心坐标。
colliderThe Collider that was hit.
碰到的碰撞器。
distanceThe distance from the ray's origin to the impact point.
从射线的原点到触碰点的距离。
lightmapCoordThe uv lightmap coordinate at the impact point.
在触碰点的UV光照贴图的坐标。
normalThe normal of the surface the ray hit.
射线触碰表面的法线。
pointThe impact point in world space where the ray hit the collider.
在世界坐标空间,射线碰到碰撞器的接触点。
rigidbodyThe Rigidbody of the collider that was hit. If the collider is not attached to a rigidbody then it is null.
碰到的该碰撞器上的刚体。如果碰撞器上没有附加刚体,那么返回null。
textureCoordThe uv texture coordinate at the impact point.
在触碰点的UV纹理坐标。
textureCoord2The secondary uv texture coordinate at the impact point.
在接触点处的第二套UV纹理坐标。
transformThe Transform of the rigidbody or collider that was hit.
碰到的该刚体或碰撞器的变换。
triangleIndexThe index of the triangle that was hit.
碰到的三角形的索引。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文