FilePathList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- FilePathList
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class FilePathList
Constructors
FilePathList()
public FilePathList()
FilePathList(string[])
public FilePathList(string[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| string[] | tab |
FilePathList(int)
public FilePathList(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[](FilePathList)
public static implicit operator string[](FilePathList o)
Parameters
Type | Name | Description |
|---|---|---|
| FilePathList | o |
Returns
Type | Description |
|---|---|
| string[] |