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