Point2ListList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Point2ListList
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 |
|---|---|---|
| int | size |
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 |
|---|---|---|
| Point2ListList | o |
Returns
Type | Description |
|---|---|
| Point2List[] |