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