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