Unravel Engine C++ Reference
Loading...
Searching...
No Matches
tag_component.h
Go to the documentation of this file.
1#pragma once
2#include <engine/engine_export.h>
3
4#include <string>
5
6namespace unravel
7{
8
14{
18 std::string name{};
22 std::string tag{};
23};
24
25} // namespace unravel
Component that provides a tag (name or label) for an entity.
std::string tag
The tag of the entity.
std::string name
The name of the entity.