exclude method
Excludes all of the specified components from the aspect. A system will not be interested in an entity that possesses one of the specified excluded components.
Implementation
void exclude(List<Type> componentTypes) {
_updateBitMask(_excluded, componentTypes);
}