Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EMeshFacesColorMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include Path | #include "MeshSelectionTool.h" |
Syntax
enum EMeshFacesColorMode
{
None,
ByGroup,
ByMaterialID,
ByUVIsland,
}
Values
| Name | Remarks |
|---|---|
| None | Display original mesh materials |
| ByGroup | Color mesh triangles by PolyGroup Color |
| ByMaterialID | Color mesh triangles by Material ID |
| ByUVIsland | Color mesh triangles by UV Island |