Class RayHitList
Syntax
[Serializable]
public class RayHitList
Constructors
RayHitList(int)
Declaration
public RayHitList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
RayHitList(RayHit[])
Declaration
public RayHitList(RayHit[] tab)
Parameters
Type |
Name |
Description |
RayHit[] |
tab |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public RayHit this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator RayHit[](RayHitList)
Declaration
public static implicit operator RayHit[](RayHitList o)
Parameters
Returns