QueryCompDeep property

QueryEntityComponentDeep<T> get QueryCompDeep

Returns a fresh QueryEntityComponentDeep that searches all components recursively, including those on child components.

Implementation

QueryEntityComponentDeep<T> get QueryCompDeep => .new(app, this);