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