Version: 2023.1
言語: 日本語

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

マニュアルに切り替える

パラメーター

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

説明

Create BatchQueryJob.