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