Method PrepareEntityQuery
PrepareEntityQuery<T>(T, ComponentSystemBase)
Declaration
public static void PrepareEntityQuery<T>(this T jobData, ComponentSystemBase system)
where T : struct, JobForEachExtensions.IBaseJobForEach
Parameters
Type | Name | Description |
---|---|---|
T | jobData | |
ComponentSystemBase | system |
Type Parameters
Name | Description |
---|---|
T |