RayHit
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
- object
- RayHit
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class RayHit
Constructors
RayHit()
public RayHit()
RayHit(RayHit)
Parameterspublic RayHit(RayHit o)
Type | Name | Description |
|---|---|---|
| RayHit | o |
Fields
rayParam
Returnspublic double rayParam
Type | Description |
|---|---|
| double |
occurrence
Returnspublic uint occurrence
Type | Description |
|---|---|
| uint |
triangleIndex
Returnspublic int triangleIndex
Type | Description |
|---|---|
| int |
triangleParam
Returnspublic Point2 triangleParam
Type | Description |
|---|---|
| Point2 |