QueryJob_T1_.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

QueryJob Class

Enables Parallel query execution returning the specified components. See Example.

public sealed class QueryJob<T1> : Friflo.Engine.ECS.QueryJob
    where T1 : struct, System.ValueType, System.ValueType

Type parameters

T1

Inheritance System.Object ๐Ÿก’ QueryJob ๐Ÿก’ QueryJob

Properties
ParallelComponentMultiple
Methods
Run()
RunParallel()Execute the query. See Example..
All chunks having at least MinParallelChunkLength * ThreadCount components are executed Parallel.
ToString()