Method WithEntityQueryOptions
WithEntityQueryOptions(ForEachLambdaJobDescription, EntityQueryOptions)
Declaration
public static ForEachLambdaJobDescription WithEntityQueryOptions(this ForEachLambdaJobDescription description, EntityQueryOptions options)
Parameters
| Type |
Name |
Description |
| Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription |
description |
|
| EntityQueryOptions |
options |
|
Returns
| Type |
Description |
| Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription |
|
WithEntityQueryOptions(LambdaJobChunkDescription, EntityQueryOptions)
Declaration
public static LambdaJobChunkDescription WithEntityQueryOptions(this LambdaJobChunkDescription description, EntityQueryOptions options)
Parameters
| Type |
Name |
Description |
| Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription |
description |
|
| EntityQueryOptions |
options |
|
Returns
| Type |
Description |
| Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription |
|