Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

ConstantDescList

Class
Read time 1 minuteLast updated 18 hours ago

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

Constructors

ConstantDescList(ConstantDesc[])

public ConstantDescList(ConstantDesc[] tab)
Parameters

Type

Name

Description

ConstantDesc[]tab

ConstantDescList(int)

public ConstantDescList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

ConstantDesc

list

public ConstantDesc[] list
Returns

Type

Description

ConstantDesc[]

Operators

implicit operator ConstantDesc[](ConstantDescList)

public static implicit operator ConstantDesc[](ConstantDescList o)
Parameters

Type

Name

Description

ConstantDescListo
Returns

Type

Description

ConstantDesc[]

ConstantDescList • Asset Transformer SDK • Unity Docs