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