unreal.PolygonOffsetJoinType¶
- class unreal.PolygonOffsetJoinType¶
Bases:
EnumBasenote:: 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 = Ellipsis¶
Arcs on all convex edge joins.
- Type:
2
- ROUND: PolygonOffsetJoinType = Ellipsis¶
Uniform squaring on all convex edge joins.
- Type:
1
- SQUARE: PolygonOffsetJoinType = Ellipsis¶
0