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