|
group2 0.1.0
CSE 125 Group 2
|
Crosshair appearance parameters. More...
#include <HudTypes.hpp>
Public Attributes | |
| float | gap = 3.f |
| Gap from center to start of each line (pixels). | |
| float | length = 6.f |
| Length of each crosshair arm (pixels). | |
| float | thickness = 2.f |
| Line thickness (pixels). | |
| HudColor | color {0.f, 1.f, 0.f, 0.85f} |
| Default green. | |
| bool | dot = true |
| Draw center dot. | |
Crosshair appearance parameters.
| HudColor CrosshairStyle::color {0.f, 1.f, 0.f, 0.85f} |
Default green.
| bool CrosshairStyle::dot = true |
Draw center dot.
| float CrosshairStyle::gap = 3.f |
Gap from center to start of each line (pixels).
| float CrosshairStyle::length = 6.f |
Length of each crosshair arm (pixels).
| float CrosshairStyle::thickness = 2.f |
Line thickness (pixels).