Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

StringPairList

Class
Read time 1 minuteLast updated 19 hours ago

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

Constructors

StringPairList(StringPair[])

public StringPairList(StringPair[] tab)
Parameters

Type

Name

Description

StringPair[]tab

StringPairList(int)

public StringPairList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

StringPair

list

public StringPair[] list
Returns

Type

Description

StringPair[]

Operators

implicit operator StringPair[](StringPairList)

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

Type

Name

Description

StringPairListo
Returns

Type

Description

StringPair[]