![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
User-provided query input. More...
#include <query_common.h>
Public Attributes | |
| QueryOpKind | op = QueryOpKind::All |
| Operation to perform with the input. | |
| QueryAccess | access = QueryAccess::Read |
| Access type. | |
| Entity | id |
| Entity/Component/Pair to query. | |
| Entity | src = EntityBad |
| Source entity to query the id on. If id==EntityBad the source is fixed. If id!=src the source is variable. | |
User-provided query input.