Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

PropertyInfoList

Class
Read time 1 minuteLast updated 21 hours ago

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

Constructors

PropertyInfoList(PropertyInfo[])

public PropertyInfoList(PropertyInfo[] tab)
Parameters

Type

Name

Description

PropertyInfo[]tab

PropertyInfoList(int)

public PropertyInfoList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

PropertyInfo

list

public PropertyInfo[] list
Returns

Type

Description

PropertyInfo[]

Operators

implicit operator PropertyInfo[](PropertyInfoList)

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

Type

Name

Description

PropertyInfoListo
Returns

Type

Description

PropertyInfo[]