SpiecsEngine
 
Loading...
Searching...
No Matches

◆ AddTag()

void Spices::TagComponent::AddTag ( const std::string & tag)
inline

Add the tag this component handled.

Parameters
[in]tagThe string type.

Definition at line 60 of file TagComponent.h.

60{ m_Tags.insert(tag); }
std::set< std::string > m_Tags
The tags this component handled.