Gamedev Framework (gf)  0.20.0
A C++17 framework for 2D games
Public Attributes | List of all members
gf::LightId Struct Reference

The id of a light. More...

#include <gf/LightSystem.h>

Public Attributes

LightType type
 
uint32_t index
 

Detailed Description

The id of a light.

See also
gf::LightSystem

Member Data Documentation

◆ index

uint32_t gf::LightId::index

◆ type

LightType gf::LightId::type