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