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