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