public static ComponentGroup GetComponentGroupForIJobProcessComponentData(this ComponentSystemBase system, Type jobType) { return(system.GetEntityQueryForIJobForEach(jobType)); }