Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Polygon tool draw type
| Name | EDrawPolygonDrawMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h |
| Include Path | #include "DrawPolygonTool.h" |
Syntax
enum EDrawPolygonDrawMode
{
Freehand,
Circle,
Square,
Rectangle,
RoundedRectangle,
Ring,
}
Values
| Name | Remarks |
|---|---|
| Freehand | Draw a freehand polygon |
| Circle | Draw a circle |
| Square | Draw a square |
| Rectangle | Draw a rectangle |
| RoundedRectangle | Draw a rounded rectangle |
| Ring | Draw a circle with a hole in the center |