Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h |
Include |
#include "DrawPolygonTool.h" |
enum EDrawPolygonDrawMode
{
Freehand,
Circle,
Square,
Rectangle,
RoundedRectangle,
Ring,
}
Name |
Description |
---|---|
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 |
Polygon tool draw type