| Parameter | Description |
|---|---|
| commands | A Unity.Collections.NativeArray_1 that contains the commands to execute during a batch. The job that executes the query only reads from this native array, and doesn't write to it. |
| results | A Unity.Collections.NativeArray_1 to contain the results from the commands. The job that executes the query writes to this native array. |
Initializes and returns an instance of BatchQueryJob<T0,T1>.