IMeshPainter2GetColorAtVertex Method |
Paint a vertex.
Namespace:
Demo3D.Visuals.MeshPainter
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 16.01.07
SyntaxColor GetColorAtVertex(
int id
)
Parameters
- id
- Type: SystemInt32
The index of the vertex
Return Value
Type:
ColorThe color of the vertex
See Also