Mesh(Int32, Int32, natureType) Constructor

Vertices and triangles sizes constructor.
Public Sub New( _ 
ByVal numVertices As Integer, _ 
ByVal numTriangles As Integer, _ 
ByVal meshNature As natureType
)
This language is not supported or no code example is available.
public Mesh( 
int numVertices
int numTriangles
natureType meshNature 
)
This language is not supported or no code example is available.

Parameters

numVertices
int

Number of vertices the mesh will hold

numTriangles
int

Number of triangles the mesh will hold

meshNature
natureType

The mesh nature

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition