enum Glint::Shape::OutlinePosition
Overview
Where a Shape
's outline is positioned relative to the fill area.
Defined in:
glint/game_object/shape/shape.crEnum Members
-
Centered =
0
-
Overlaps the edge of the fill.
-
Inside =
1
-
Inside the edge of the fill.
-
Outside =
2
-
Outside the edge of the fill.