class
#include <core/ecs/system/tag.hpp>
Tag Represents a tag to be used with the Cubos class.
Constructors, destructors, conversion operators
- Tag(std::string name)
- Constructs.
Public functions
Function documentation
std::string cubos:: core:: ecs:: Tag:: id() const
Returns an unique name for the tag, which is generated from its name and memory address.
Returns | Unique identifier. |
---|