Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

ModuleDescList

Class
Read time 1 minuteLast updated 18 hours ago

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

Constructors

ModuleDescList(ModuleDesc[])

public ModuleDescList(ModuleDesc[] tab)
Parameters

Type

Name

Description

ModuleDesc[]tab

ModuleDescList(int)

public ModuleDescList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

ModuleDesc

list

public ModuleDesc[] list
Returns

Type

Description

ModuleDesc[]

Operators

implicit operator ModuleDesc[](ModuleDescList)

public static implicit operator ModuleDesc[](ModuleDescList o)
Parameters

Type

Name

Description

ModuleDescListo
Returns

Type

Description

ModuleDesc[]