Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

Asset Transformer SDK
​
​
UnityEngine.Pixyz
  • UnityEngine.Pixyz.API
  • UnityEngine.Pixyz.Algo
  • UnityEngine.Pixyz.CAD
  • UnityEngine.Pixyz.Core
  • UnityEngine.Pixyz.Geom
  • UnityEngine.Pixyz.IO
  • UnityEngine.Pixyz.Material
  • UnityEngine.Pixyz.Polygonal
    • CreateMeshFromTextReturn
    • DracoEncodeReturn
    • GetMeshSkinningReturn
    • JointList
    • MeshDefinition
    • MeshDefinitionList
    • MeshList
    • PlaceholderJointList
    • PolygonalInterface
    • StyleType
    • StylizedLine
    • StylizedLineList
    • Submesh
    • SubmeshList
    • TessellationList
    • TopologyCategoryMask
    • TopologyConnectivityMask
    • TopologyDimensionMask
  • UnityEngine.Pixyz.Raytrace
  • UnityEngine.Pixyz.Scene
  • UnityEngine.Pixyz.Unity
  • UnityEngine.Pixyz.View
  1. Asset Transformer SDK (ex Pixyz)

MeshDefinitionList

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • MeshDefinitionList

Inherited Members
  • Equals(object)
  • Equals(object, object)
  • GetHashCode()
  • GetType()
  • MemberwiseClone()
  • ReferenceEquals(object, object)
  • ToString()

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[]

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Constructors

      • MeshDefinitionList(MeshDefinition[])

      • MeshDefinitionList(int)

    • Fields

      • length

      • this[int]

      • list

    • Operators

      • implicit operator MeshDefinition[](MeshDefinitionList)


Report a problem with this page