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