Class JobForEachExtensions
Inheritance
JobForEachExtensions
Syntax
public static class JobForEachExtensions : object
Methods
Name |
Description |
CalculateEntityCount<T>(T, ComponentSystemBase)
|
|
GetEntityQueryForIJobForEach(ComponentSystemBase, Type)
|
|
PrepareEntityQuery<T>(T, ComponentSystemBase)
|
|
Run<T>(T, ComponentSystemBase, JobHandle)
|
|
Run<T>(T, EntityQuery, JobHandle)
|
|
Schedule<T>(T, ComponentSystemBase, JobHandle)
|
|
Schedule<T>(T, EntityQuery, JobHandle)
|
|
ScheduleSingle<T>(T, ComponentSystemBase, JobHandle)
|
|
ScheduleSingle<T>(T, EntityQuery, JobHandle)
|
|