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