32 bool is_static =
false;
33 uint8_t padding_byte{};
35 light(int32_t origin_x, int32_t origin_y, uint16_t radius, uint16_t intensity, uint16_t brightness);
38 static_assert(
sizeof(
ST::light) == 16,
"class 'light' is not sized properly, maybe you have misaligned the fields");
Contains the data needed to represent a light source.
light(int32_t origin_x, int32_t origin_y, uint16_t radius, uint16_t intensity, uint16_t brightness)