Ray2D

struct in UnityEngine

Switch to Manual

Description

Луч в 2D пространстве.

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.
originСтартовая точка луча в мировом пространстве.

Constructors

Ray2DCreates a 2D ray starting at origin along direction.

Public Functions

GetPointGet a point that lies a given distance along a ray.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961