レイキャスト用のレイ情報 [詳細]
Public 変数 | |
Vector2 | start |
レイのスタート地点 | |
Vector2 | end |
レイの終了地点 | |
Vector2 | hit |
レイの衝突地点 | |
int | hitIndex |
レイの衝突する剛体のインデックス | |
float | depth |
レイの衝突深さ | |
float | ratio |
レイの衝突割合 | |
プロパティ | |
Vector2 | Start [get, set] |
setter and getter of start | |
Vector2 | End [get, set] |
setter and getter of end | |
Vector2 | Hit [get, set] |
setter and getter of hit | |
int | HitIndex [get, set] |
setter and getter of hitIndex | |
float | Depth [get, set] |
setter and getter of depth | |
float | Ratio [get, set] |
setter and getter of ratio |
レイキャスト用のレイ情報