返回介绍

ControllerColliderHit 角色控制器碰撞器碰撞信息

发布于 2019-12-18 15:37:37 字数 2173 浏览 794 评论 0 收藏 0

class in UnityEngine

Description 描述

ControllerColliderHit is used by CharacterController.OnControllerColliderHit to give detailed information about the collision and how to deal with it.

ControllerColliderHit使用于CharacterController.OnControllerColliderHit有关碰撞以及如何处理碰撞提供更多详细信息。

Variables 变量

colliderThe collider that was hit by the controller.
由角色控制器碰到的碰撞器。
controllerThe controller that hit the collider.
碰到的角色控制器。
gameObjectThe game object that was hit by the controller.
角色控制器碰到的该碰撞器的游戏对象。
moveDirectionThe direction the CharacterController was moving in when the collision occured.
当发生碰撞,角色控制移动的方向。
moveLengthHow far the character has travelled until it hit the collider.
直到碰到该碰撞器角色已经走了多远。
normalThe normal of the surface we collided with in world space.
在世界坐标空间碰撞表面的法线。
pointThe impact point in world space.
在世界坐标空间的碰撞点。
rigidbodyThe rigidbody that was hit by the controller.
由角色控制器碰到的刚体。
transformThe transform that was hit by the controller.
角色控制器碰到的碰撞器的Transform。

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

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

发布评论

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