TheAtlasEngine
 
Loading...
Searching...
No Matches
atlas::tag Namespace Reference

specialized namespace tag to use for specifying operations used with flecs in using tags More...

Classes

struct  editor
 to indicate which entities are editor-only More...
 
struct  serialize
 to tag entities to serialize through the serializer More...
 

Detailed Description

specialized namespace tag to use for specifying operations used with flecs in using tags

Tags can be handled for specifying queries for specific archetypes (list of those entities)

Example Usage:

++
m_entity.add<flecs::pair<tag::editor, atlas::transform>>();