Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

PropertyValueList

Class
Read time 1 minuteLast updated 19 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class PropertyValueList

Constructors

PropertyValueList(PropertyValue[])

public PropertyValueList(PropertyValue[] tab)
Parameters

Type

Name

Description

PropertyValue[]tab

PropertyValueList(int)

public PropertyValueList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

PropertyValue

list

public PropertyValue[] list
Returns

Type

Description

PropertyValue[]

Operators

implicit operator PropertyValue[](PropertyValueList)

public static implicit operator PropertyValue[](PropertyValueList o)
Parameters

Type

Name

Description

PropertyValueListo
Returns

Type

Description

PropertyValue[]