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