Unravel Engine C++ Reference
|
Component that provides a unique identifier (UUID) for an entity. More...
#include <id_component.h>
Public Member Functions | |
void | regenerate_id () |
void | generate_if_nil () |
Public Attributes | |
hpp::uuid | id |
The unique identifier for the entity. | |
Component that provides a unique identifier (UUID) for an entity.
Definition at line 14 of file id_component.h.
|
inline |
Definition at line 21 of file id_component.h.
|
inline |
Definition at line 16 of file id_component.h.
hpp::uuid unravel::id_component::id |
The unique identifier for the entity.
Definition at line 31 of file id_component.h.