Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

IdentPairList

Class
Read time 1 minuteLast updated 21 hours ago

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

Constructors

IdentPairList(IdentPair[])

public IdentPairList(IdentPair[] tab)
Parameters

Type

Name

Description

IdentPair[]tab

IdentPairList(int)

public IdentPairList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

IdentPair

list

public IdentPair[] list
Returns

Type

Description

IdentPair[]

Operators

implicit operator IdentPair[](IdentPairList)

public static implicit operator IdentPair[](IdentPairList o)
Parameters

Type

Name

Description

IdentPairListo
Returns

Type

Description

IdentPair[]