RayHit
Class
Read time 1 minuteLast updated 8 months ago
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 |