GlowParts
This enum is used to determine which parts of the glow around the shape should get rendered.
TL
Field
Draw top-left corner.
TR
Field
Draw top-right corner.
BL
Field
Draw bottom-left corner.
BR
Field
Draw bottom-right corner.
T
Field
Draw top line.
L
Field
Draw left line.
R
Field
Draw right line.
B
Field
Draw bottom line.
ALL_LEFT
Field
Draw all the left side shapes. This includes both left corners and the line.
ALL_RIGHT
Field
Draw all the right side shapes. This includes both right corners and the line.
ALL_TOP
Field
Draw all the top side shapes. This includes both top corners and the line.
ALL_BOTTOM
Field
Draw all the bottom side shapes. This includes both bottom corners and the line.
ALL
Field
Draw the entire glow around the shape.
NO_BOTTOM
Field
Draw glow except for the bottom line.
NO_TOP
Field
Draw glow except for the top line.
NO_RIGHT
Field
Draw glow except for the right line.
NO_LEFT
Field
Draw glow except for the left line.
Last updated