Click or drag to resize

IMeshPainterGetColorAtVertex Method

Paint a vertex.

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

Parameters

id  Int32
The index of the vertex

Return Value

Color
The color of the vertex
See Also