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