PropertyTypeList
Class
読み終わるまでの所要時間 1 分最終更新 8ヶ月前
Inheritance
- object
- PropertyTypeList
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class PropertyTypeList
Constructors
PropertyTypeList(PropertyType[])
public PropertyTypeList(PropertyType[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| PropertyType[] | tab |
PropertyTypeList(int)
public PropertyTypeList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public PropertyType this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| PropertyType |
list
public PropertyType[] list
Returns
Type | Description |
|---|---|
| PropertyType[] |
Operators
implicit operator PropertyType[](PropertyTypeList)
public static implicit operator PropertyType[](PropertyTypeList o)
Parameters
Type | Name | Description |
|---|---|---|
| PropertyTypeList | o |
Returns
Type | Description |
|---|---|
| PropertyType[] |