Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

Point2ListList

Class
Read time 1 minuteLast updated 18 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Point2ListList

Constructors

Point2ListList(Point2List[])

public Point2ListList(Point2List[] tab)
Parameters

Type

Name

Description

Point2List[]tab

Point2ListList(int)

public Point2ListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

Point2List

list

public Point2List[] list
Returns

Type

Description

Point2List[]

Operators

implicit operator Point2List[](Point2ListList)

public static implicit operator Point2List[](Point2ListList o)
Parameters

Type

Name

Description

Point2ListListo
Returns

Type

Description

Point2List[]