Lysa  0.0
Lysa 3D Engine
FontEvent Struct Reference
+ Inheritance diagram for FontEvent:

Static Public Attributes

static const event_type DESTROY {"FONT_DESTROY"}
 Fired when a font is destroyed, used to remove font params & atlas from VRAM. More...
 

Additional Inherited Members

- Public Attributes inherited from Event
event_type type
 
std::any payload
 
unique_id id {INVALID_ID}
 
bool consumed {false}
 

Member Data Documentation

const event_type DESTROY {"FONT_DESTROY"}
inlinestatic

Fired when a font is destroyed, used to remove font params & atlas from VRAM.