TypeDescList
Class
읽는 시간 1분최근 업데이트: 8달 전
Inheritance
- object
- TypeDescList
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class TypeDescList
Constructors
TypeDescList(TypeDesc[])
public TypeDescList(TypeDesc[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| TypeDesc[] | tab |
TypeDescList(int)
public TypeDescList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public TypeDesc this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| TypeDesc |
list
public TypeDesc[] list
Returns
Type | Description |
|---|---|
| TypeDesc[] |
Operators
implicit operator TypeDesc[](TypeDescList)
public static implicit operator TypeDesc[](TypeDescList o)
Parameters
Type | Name | Description |
|---|---|---|
| TypeDescList | o |
Returns
Type | Description |
|---|---|
| TypeDesc[] |