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