FormatList
Class
阅读时间1 分钟最后更新于 4 天前
Inheritance
- object
- FormatList
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class FormatList
Constructors
FormatList(Format[])
Parameterspublic FormatList(Format[] tab)
Type | Name | Description |
|---|---|---|
| Format[] | tab |
FormatList(int)
Parameterspublic FormatList(int size)
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
Returnspublic int length { get; }
Type | Description |
|---|---|
| int |
this[int]
Returnspublic Format this[int index] { get; set; }
Type | Description |
|---|---|
| Format |
list
Returnspublic Format[] list
Type | Description |
|---|---|
| Format[] |
Operators
implicit operator Format[](FormatList)
Parameterspublic static implicit operator Format[](FormatList o)
Type | Name | Description |
|---|---|---|
| FormatList | o |
Type | Description |
|---|---|
| Format[] |