Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

Parameters

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.

Description

Create BatchQueryJob.

Did you find this page useful? Please give it a rating: