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