Returns the top-level components attached directly to this entity/component (does not recurse into nested components).
Iterable<Comp<T>> getComponents() => _components;