Struct that simply contains name of the entity. It is used to identify entity and needs to be unique. More...
#include <BasicComponents.hpp>
Public Attributes | |
| std::string | name |
Struct that simply contains name of the entity. It is used to identify entity and needs to be unique.
Definition at line 470 of file BasicComponents.hpp.
| std::string vex::NameComponent::name |
Definition at line 471 of file BasicComponents.hpp.