Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

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

Type

Name

Description

string[]tab

ExportFilePathList(int)

public ExportFilePathList(int size)
Parameters

Type

Name

Description

intsize

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[](ExportFilePathList)

public static implicit operator string[](ExportFilePathList o)
Parameters

Type

Name

Description

ExportFilePathListo
Returns

Type

Description

string[]