Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

EdgeListList

Class
Read time 1 minuteLast updated 21 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
[Serializable]public class EdgeListList

Constructors

EdgeListList(EdgeList[])

public EdgeListList(EdgeList[] tab)
Parameters

Type

Name

Description

EdgeList[]tab

EdgeListList(int)

public EdgeListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

EdgeList

list

public EdgeList[] list
Returns

Type

Description

EdgeList[]

Operators

implicit operator EdgeList[](EdgeListList)

public static implicit operator EdgeList[](EdgeListList o)
Parameters

Type

Name

Description

EdgeListListo
Returns

Type

Description

EdgeList[]