返回介绍

Ray2D 二维射线

发布于 2019-12-18 15:38:22 字数 1518 浏览 1029 评论 0 收藏 0

Description 描述

A ray in 2D space.

二维空间的射线。

A ray is a line segment that extends from a point in space in a specified direction. Rays have a number of uses in Unity but the most common is probably raycasting. This technique involves tracing along the path of a ray from its origin to determine if it intersects with any objects. This is useful for plotting the paths of projectiles, determining lines of sight and implementing many common game mechanics.

射线其实一条在指定的方向从一个点扩展的线段。射线有很多用途,在统一中最常见的可能是光线投射。这个技术是从起点沿射线的路径跟踪来确定它于任何对象相交。这个绘制的行进路线是有用的,定义视线和执行各种常见的游戏机制。

See Also: Physics2D.Raycast, Ray class, RaycastHit2D class.

Variables 变量

directionThe direction of the ray in world space.
世界空间射线的方向。
originThe starting point of the ray in world space.
在世界空间,射线的起点。

Functions 函数

GetPointGet a point that lies a given distance along a ray.
沿一条射线获取线上给定距离的点。

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

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

发布评论

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