Method WithSharedComponentFilter
WithSharedComponentFilter<T>(ForEachLambdaJobDescription, T)
Declaration
public static ForEachLambdaJobDescription WithSharedComponentFilter<T>(this ForEachLambdaJobDescription description, T sharedComponent)
where T : struct, ISharedComponentData
Parameters
Type |
Name |
Description |
Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription |
description |
|
T |
sharedComponent |
|
Returns
Type |
Description |
Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription |
|
Type Parameters
WithSharedComponentFilter<T>(LambdaJobChunkDescription, T)
Declaration
public static LambdaJobChunkDescription WithSharedComponentFilter<T>(this LambdaJobChunkDescription description, T sharedComponent)
where T : struct, ISharedComponentData
Parameters
Type |
Name |
Description |
Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription |
description |
|
T |
sharedComponent |
|
Returns
Type |
Description |
Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription |
|
Type Parameters
WithSharedComponentFilter<T>(ForEachLambdaJobDescriptionJCS, T)
Declaration
public static ForEachLambdaJobDescriptionJCS WithSharedComponentFilter<T>(this ForEachLambdaJobDescriptionJCS description, T sharedComponent)
where T : struct, ISharedComponentData
Parameters
Type |
Name |
Description |
Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescriptionJCS |
description |
|
T |
sharedComponent |
|
Returns
Type |
Description |
Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescriptionJCS |
|
Type Parameters