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