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