Point2List
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Point2List
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Point2List
Constructors
Point2List(Point2[])
public Point2List(Point2[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| Point2[] | tab |
Point2List(int)
public Point2List(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public Point2 this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| Point2 |
list
public Point2[] list
Returns
Type | Description |
|---|---|
| Point2[] |
Operators
implicit operator Point2[](Point2List)
public static implicit operator Point2[](Point2List o)
Parameters
Type | Name | Description |
|---|---|---|
| Point2List | o |
Returns
Type | Description |
|---|---|
| Point2[] |