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