Unravel Engine C++ Reference
|
Component that provides a tag (name or label) for an entity. More...
#include <tag_component.h>
Public Attributes | |
std::string | name {} |
The name of the entity. | |
std::string | tag {} |
The tag of the entity. | |
Component that provides a tag (name or label) for an entity.
Definition at line 13 of file tag_component.h.
std::string unravel::tag_component::name {} |
The name of the entity.
Definition at line 18 of file tag_component.h.
std::string unravel::tag_component::tag {} |
The tag of the entity.
Definition at line 22 of file tag_component.h.