Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

PropertyInfoListList

Class
Read time 1 minuteLast updated 21 hours ago

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

Constructors

PropertyInfoListList(PropertyInfoList[])

public PropertyInfoListList(PropertyInfoList[] tab)
Parameters

Type

Name

Description

PropertyInfoList[]tab

PropertyInfoListList(int)

public PropertyInfoListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

PropertyInfoList

list

public PropertyInfoList[] list
Returns

Type

Description

PropertyInfoList[]

Operators

implicit operator PropertyInfoList[](PropertyInfoListList)

public static implicit operator PropertyInfoList[](PropertyInfoListList o)
Parameters

Type

Name

Description

PropertyInfoListListo
Returns

Type

Description

PropertyInfoList[]