|
Unravel Engine C++ Reference
|
Component that provides a unique identifier (UUID) for a prefab. More...
#include <prefab_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 a prefab.
Definition at line 116 of file prefab_component.h.
|
inline |
Definition at line 123 of file prefab_component.h.
|
inline |
Definition at line 118 of file prefab_component.h.
| hpp::uuid unravel::prefab_id_component::id |
The unique identifier for the entity.
Definition at line 133 of file prefab_component.h.