SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetTag()

const std::set< std::string > & Spices::TagComponent::GetTag ( )
inline

Get the tags variable.

Returns
Returns the tags variable.

Definition at line 78 of file TagComponent.h.

78{ return m_Tags; }
std::set< std::string > m_Tags
The tags this component handled.