QueryJob.ParallelComponentMultiple.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.QueryJob

QueryJob.ParallelComponentMultiple Property

The ParallelComponentMultiple is used to align the Chunk<T> components length of a Parallel executed component chunks.

public abstract int ParallelComponentMultiple { get; }

Property Value

System.Int32

Remarks

This enables vectorization of the components without a remainder loop using
AsSpan128<TTo>(), AsSpan256<TTo>() or AsSpan512<TTo>().