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