Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::tag_component Struct 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.
 

Detailed Description

Component that provides a tag (name or label) for an entity.

Definition at line 13 of file tag_component.h.

Member Data Documentation

◆ name

std::string unravel::tag_component::name {}

The name of the entity.

Definition at line 18 of file tag_component.h.

◆ tag

std::string unravel::tag_component::tag {}

The tag of the entity.

Definition at line 22 of file tag_component.h.


The documentation for this struct was generated from the following file: