ShapeBuilderFlags

Description

[Flags]
enum Tinman.Terrain.Shapes.ShapeBuilderFlags

Enumeration of shape builder flags.

Public / Constants

None

public constant None → (0:int32)

No flags, which chooses the default behaviour.

RemoveMirroredEdges

public constant RemoveMirroredEdges → (8:int32)

Remove mirrored edges when building ShapeType.Polygon shapes.

Use this flag when specifying a weakly simple polygon (with holes). By removal of the mirrored edges, the remaining edges will represent the polygon contours.

All

public constant All → (8:int32)

All flags.