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