QueryJob_T1,T2_.md
November 22, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
QueryJob<T1,T2> Class
Enables Parallel query execution returning the specified components. See Example.
public sealed class QueryJob<T1,T2> : Friflo.Engine.ECS.QueryJob
where T1 : struct, System.ValueType, System.ValueType
where T2 : struct, System.ValueType, System.ValueType
Type parameters
T1
T2
Inheritance System.Object ๐ก QueryJob ๐ก QueryJob<T1,T2>
| Properties | |
|---|---|
| ParallelComponentMultiple |
| Methods | |
|---|---|
| Run() | |
| RunParallel() | Execute the query. See Example.. All chunks having at least MinParallelChunkLength * ThreadCount components are executed Parallel. |
| ToString() |