Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

StringPairListList

Class
Read time 1 minuteLast updated 19 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class StringPairListList

Constructors

StringPairListList(StringPairList[])

public StringPairListList(StringPairList[] tab)
Parameters

Type

Name

Description

StringPairList[]tab

StringPairListList(int)

public StringPairListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

public StringPairList this[int index] { get; set; }
Returns

Type

Description

StringPairList

list

public StringPairList[] list
Returns

Type

Description

StringPairList[]

Operators

implicit operator StringPairList[](StringPairListList)

public static implicit operator StringPairList[](StringPairListList o)
Parameters

Type

Name

Description

StringPairListListo
Returns

Type

Description

StringPairList[]