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