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