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