|
Unravel Engine C++ Reference
|
Component that provides a unique identifier (UUID) for an entity. More...
#include <id_component.h>
Additional Inherited Members | |
Public Member Functions inherited from unravel::id_component_base< id_component > | |
| void | regenerate_id () |
| void | generate_if_nil () |
Public Attributes inherited from unravel::id_component_base< id_component > | |
| hpp::uuid | id |
| The unique identifier for the entity. | |
Component that provides a unique identifier (UUID) for an entity.
Definition at line 33 of file id_component.h.