unreal.PolygonOffsetJoinType

class unreal.PolygonOffsetJoinType

Bases: EnumBase

note:: the below two enums should match the native ones exactly, so they can be cast directly

C++ Source:

  • Plugin: SVGImporter

  • Module: SVGImporter

  • File: SVGDynamicMeshComponent.h

MITER: PolygonOffsetJoinType

Arcs on all convex edge joins.

Type:

2

ROUND: PolygonOffsetJoinType

Uniform squaring on all convex edge joins.

Type:

1

SQUARE: PolygonOffsetJoinType

0