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