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