Class LambdaJobQueryConstructionMethods Inheritance Object LambdaJobQueryConstructionMethods Namespace: Unity.Entities Syntax public static class LambdaJobQueryConstructionMethods Methods Name Description WithAll<T>(ForEachLambdaJobDescription) WithAll<T>(LambdaJobChunkDescription) WithAll<T1, T2>(ForEachLambdaJobDescription) WithAll<T1, T2>(LambdaJobChunkDescription) WithAll<T1, T2, T3>(ForEachLambdaJobDescription) WithAll<T1, T2, T3>(LambdaJobChunkDescription) WithAny<T>(ForEachLambdaJobDescription) WithAny<T>(LambdaJobChunkDescription) WithAny<T1, T2>(ForEachLambdaJobDescription) WithAny<T1, T2>(LambdaJobChunkDescription) WithAny<T1, T2, T3>(ForEachLambdaJobDescription) WithAny<T1, T2, T3>(LambdaJobChunkDescription) WithChangeFilter<T>(ForEachLambdaJobDescription) WithChangeFilter<T>(LambdaJobChunkDescription) WithChangeFilter<T1, T2>(ForEachLambdaJobDescription) WithChangeFilter<T1, T2>(LambdaJobChunkDescription) WithEntityQueryOptions(ForEachLambdaJobDescription, EntityQueryOptions) WithEntityQueryOptions(LambdaJobChunkDescription, EntityQueryOptions) WithFilter(ForEachLambdaJobDescription, NativeArray<Entity>) WithFilter(LambdaJobChunkDescription, NativeArray<Entity>) WithNone<T>(ForEachLambdaJobDescription) WithNone<T>(LambdaJobChunkDescription) WithNone<T1, T2>(ForEachLambdaJobDescription) WithNone<T1, T2>(LambdaJobChunkDescription) WithNone<T1, T2, T3>(ForEachLambdaJobDescription) WithNone<T1, T2, T3>(LambdaJobChunkDescription) WithSharedComponentFilter<T>(ForEachLambdaJobDescription, T) WithSharedComponentFilter<T>(LambdaJobChunkDescription, T) WithSharedComponentFilter<T1, T2>(ForEachLambdaJobDescription, T1, T2) WithSharedComponentFilter<T1, T2>(LambdaJobChunkDescription, T1, T2) WithStoreEntityQueryInField(ForEachLambdaJobDescription, ref EntityQuery) WithStoreEntityQueryInField(LambdaJobChunkDescription, ref EntityQuery)