Click or drag to resize

IMeshPainterGetColorAtVertex Method

Paint a vertex.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
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