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