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