RayHit
Class
読み終わるまでの所要時間 1 分最終更新 8ヶ月前
Inheritance
- object
- RayHit
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class RayHit
Constructors
RayHit()
public RayHit()
RayHit(RayHit)
public RayHit(RayHit o)
Parameters
Type | Name | Description |
|---|---|---|
| RayHit | o |
Fields
rayParam
public double rayParam
Returns
Type | Description |
|---|---|
| double |
occurrence
public uint occurrence
Returns
Type | Description |
|---|---|
| uint |
triangleIndex
public int triangleIndex
Returns
Type | Description |
|---|---|
| int |
triangleParam
public Point2 triangleParam
Returns
Type | Description |
|---|---|
| Point2 |