Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


PropertyTypeList

Class
Read time 1 minuteLast updated a month ago

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

Constructors

PropertyTypeList(PropertyType[])

public PropertyTypeList(PropertyType[] tab)
Parameters

Type

Name

Description

PropertyType[]tab

PropertyTypeList(int)

public PropertyTypeList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

PropertyType

list

public PropertyType[] list
Returns

Type

Description

PropertyType[]

Operators

implicit operator PropertyType[](PropertyTypeList)

public static implicit operator PropertyType[](PropertyTypeList o)
Parameters

Type

Name

Description

PropertyTypeListo
Returns

Type

Description

PropertyType[]