query<T extends Component> abstract method

Iterable<T> query<T extends Component>({
  1. bool onlyVisible = false,
})

Used to find component by type visible or not.

Implementation

Iterable<T> query<T extends Component>({bool onlyVisible = false});