unreal.PCGPolygonOffsetOperation

class unreal.PCGPolygonOffsetOperation

Bases: EnumBase

EPCGPolygon Offset Operation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGOffsetPolygon2D.h

CLOSE: PCGPolygonOffsetOperation = Ellipsis

Morphological close on the polygon based on the offset distance (expands then contracts).

Type:

2

OFFSET: PCGPolygonOffsetOperation = Ellipsis

Expands (positive) or contracts (negative) the polygon

Type:

0

OPEN: PCGPolygonOffsetOperation = Ellipsis

Morphological open on the polygon based on the offset distance (contracts then expands).

Type:

1