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