Modifies the aspect in a way that an entity must possess one of the specified components.
void oneOf(List<Type> componentTypes) { _updateBitMask(_one, componentTypes); }