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