BatchQueryJob<T0,T1>.BatchQueryJob(NativeArray<CommandT> commands, NativeArray<ResultT> results)

매뉴얼로 전환

파라미터

commandsNativeArray containing the commands to execute during a batch. The job executing the query will only read from the array, not write to it.
resultsNativeArray which can contain the results from the commands. The job executing the query will write to the array.

설명

Create BatchQueryJob.