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