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