Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

MeshDefinitionList

Class
Read time 1 minuteLast updated 19 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Polygonal
[Serializable]public class MeshDefinitionList

Constructors

MeshDefinitionList(MeshDefinition[])

public MeshDefinitionList(MeshDefinition[] tab)
Parameters

Type

Name

Description

MeshDefinition[]tab

MeshDefinitionList(int)

public MeshDefinitionList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

MeshDefinition

list

public MeshDefinition[] list
Returns

Type

Description

MeshDefinition[]

Operators

implicit operator MeshDefinition[](MeshDefinitionList)

public static implicit operator MeshDefinition[](MeshDefinitionList o)
Parameters

Type

Name

Description

MeshDefinitionListo
Returns

Type

Description

MeshDefinition[]