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