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