Struct BatchQueryJob<CommandT, ResultT>
Inherited Members
Namespace: Unity.Jobs.LowLevel.Unsafe
Assembly: UnityEngine.dll
Syntax
public struct BatchQueryJob<CommandT, ResultT>
where CommandT : struct where ResultT : struct
Type Parameters
Name | Description |
---|---|
CommandT | |
ResultT |
Constructors
| Improve this Doc View SourceBatchQueryJob(NativeArray<CommandT>, NativeArray<ResultT>)
Declaration
public BatchQueryJob(NativeArray<CommandT> commands, NativeArray<ResultT> results)
Parameters
Type | Name | Description |
---|---|---|
NativeArray<CommandT> | commands | |
NativeArray<ResultT> | results |