FaceList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- FaceList
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
[Serializable]public class FaceList
Constructors
FaceList()
public FaceList()
FaceList(uint[])
public FaceList(uint[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| uint[] | tab |
FaceList(int)
public FaceList(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[](FaceList)
public static implicit operator uint[](FaceList o)
Parameters
Type | Name | Description |
|---|---|---|
| FaceList | o |
Returns
Type | Description |
|---|---|
| uint[] |