Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::QueryInput Struct Reference

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.
 

Detailed Description

User-provided query input.


The documentation for this struct was generated from the following file: