言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Ray2D

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

2D 空間でのレイ

レイ とは空間上の点から指定された方向に伸びる線分です。レイには Unity で多くの用途がありますが、もっとも良く使用されるのが Raycast です。このテクニックによりレイの開始地点からセンサーのように何かのオブジェクトと交差するか判定します。これは発射物の軌跡をプロットする、視界の判定、および共通的に使用できる多くのゲームメカニックの実装に役に立ちます。 See Also: Physics2D.Raycast, Ray クラス, RaycastHit2D クラス.

Variables

direction ワールド座標でのレイの向き
origin ワールド座標でのレイの開始地点

Functions

GetPoint レイの位置から設定した距離だけ進んだ点の座標を取得します