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
Point2ListList(int)
public Point2ListList(int size)
Parameters
Type | Name | Description |
|---|
| int | size | |
Fields
length
public int length { get; }
Returns
this[int]
public Point2List this[int index] { get; set; }
Returns
list
Returns
Operators
implicit operator Point2List[](Point2ListList)
public static implicit operator Point2List[](Point2ListList o)
Parameters
Returns