QueryComp property
Returns a fresh QueryComponentComponent scoped to this component's direct children.
Entry point for the Query-like DSL over components.
Implementation
QueryComponentComponent<T> get QueryComp => .new(app, this);
Returns a fresh QueryComponentComponent scoped to this component's direct children.
Entry point for the Query-like DSL over components.
QueryComponentComponent<T> get QueryComp => .new(app, this);