RayHitList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- RayHitList
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class RayHitList
Constructors
RayHitList(RayHit[])
public RayHitList(RayHit[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| RayHit[] | tab |
RayHitList(int)
public RayHitList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public RayHit this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| RayHit |
list
public RayHit[] list
Returns
Type | Description |
|---|---|
| RayHit[] |
Operators
implicit operator RayHit[](RayHitList)
public static implicit operator RayHit[](RayHitList o)
Parameters
Type | Name | Description |
|---|---|---|
| RayHitList | o |
Returns
Type | Description |
|---|---|
| RayHit[] |