Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EMeshInspectorToolDrawIndexMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshInspectorTool.h |
| Include Path | #include "MeshInspectorTool.h" |
Syntax
enum EMeshInspectorToolDrawIndexMode
{
None,
VertexID,
TriangleID,
GroupID,
EdgeID,
}
Values
| Name | Remarks |
|---|---|
| None | |
| VertexID | |
| TriangleID | |
| GroupID | |
| EdgeID |