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