Class ForEachLambdaJobDescription_SetSharedComponent
  
Inheritance
ForEachLambdaJobDescription_SetSharedComponent
 
Syntax
public static class ForEachLambdaJobDescription_SetSharedComponent
 
Methods
  
SetSharedComponentFilterOnQuery<TDescription, T>(TDescription, T, EntityQuery)
Declaration
public static TDescription SetSharedComponentFilterOnQuery<TDescription, T>(this TDescription description, T sharedComponent, EntityQuery query)
    where TDescription : struct, ISupportForEachWithUniversalDelegate where T : struct, ISharedComponentData
 
Parameters
| Type | 
Name | 
Description | 
| TDescription | 
description | 
 | 
| T | 
sharedComponent | 
 | 
| EntityQuery | 
query | 
 | 
Returns
| Type | 
Description | 
| TDescription | 
 | 
Type Parameters
| Name | 
Description | 
| TDescription | 
 | 
| T | 
 |