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
6
namespace
unravel
7
{
8
13
struct
tag_component
14
{
18
std::string
name
{};
22
std::string
tag
{};
23
};
24
25
}
// namespace unravel
unravel
Definition
crash.cpp:21
unravel::tag_component
Component that provides a tag (name or label) for an entity.
Definition
tag_component.h:14
unravel::tag_component::tag
std::string tag
The tag of the entity.
Definition
tag_component.h:22
unravel::tag_component::name
std::string name
The name of the entity.
Definition
tag_component.h:18
UnravelEngine
UnravelEngine
engine
engine
ecs
components
tag_component.h
Generated by
1.12.0