MeshBuilder.

IndexLine(int) Method

Summary

Adds a pair of indices for a line starting at the current vertex count: [+0][+1].

You will generally want to call this method before adding the associated vertices.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
MeshBuilder

Syntax

public void IndexLine(int subMesh = 0)

Parameters

Name Type Description
subMesh int

Return Value

Type Description
void