match method

  1. @override
bool match(
  1. Entity entity
)
override

Method for matching an Entity against this filter.

Implementation

@override
bool match(Entity entity) => entity._componentTypes.contains(T);