Click or drag to resize

IMeshPainter2GetColorAtVertex Method

Paint a vertex.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 16.01.07
Syntax
C#
Color GetColorAtVertex(
	int id
)

Parameters

id
Type: SystemInt32
The index of the vertex

Return Value

Type: Color
The color of the vertex
See Also