示例#1
0
 public static ComponentGroup GetComponentGroupForIJobProcessComponentData(this ComponentSystemBase system, Type jobType)
 {
     return(system.GetEntityQueryForIJobForEach(jobType));
 }