cubos::core::ecs::QueryTerm::Component struct

Stores component term data.

Public variables

int target
Index of the target accessed by this term.
bool without
If true, requires the target to not have the component.
bool optional
If true, the term accesses the component but does not require it to be present.