IMeshPainterGetColorAtVertex Method |
Paint a vertex.
Namespace: Demo3D.Visuals.MeshPainterAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxColor GetColorAtVertex(
int id
)
Parameters
- id Int32
- The index of the vertex
Return Value
ColorThe color of the vertex
See Also