Function JobDependencyTracker.ScheduleBatch
ScheduleBatch
(NativeArray<UnityEngine.OverlapCapsuleCommand> commands, NativeArray<UnityEngine.ColliderHit> results, int minCommandsPerJob)
Schedules an overlap capsule batch command.
Public
ScheduleBatch
(NativeArray<UnityEngine.OverlapSphereCommand> commands, NativeArray<UnityEngine.ColliderHit> results, int minCommandsPerJob)
Schedules an overlap sphere batch command.
Public
ScheduleBatch
(NativeArray<UnityEngine.RaycastCommand> commands, NativeArray<UnityEngine.RaycastHit> results, int minCommandsPerJob)
Schedules a raycast batch command.
Public