NovaECS - v1.0.11
Preparing search index...
forEachChunkParallel
Function forEachChunkParallel
forEachChunkParallel
(
world
:
World
,
ctors
:
ComponentCtor
<
any
>
[]
,
pool
:
WorkerPool
,
kernelId
:
string
,
params
?:
unknown
,
targetChunkSize
?:
number
,
)
:
Promise
<
void
>
Process entity chunks in parallel using worker pool 使用工作线程池并行处理实体块
Parameters
world
:
World
ctors
:
ComponentCtor
<
any
>
[]
pool
:
WorkerPool
kernelId
:
string
Optional
params
:
unknown
targetChunkSize
:
number
= 4096
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
NovaECS - v1.0.11
Loading...
Process entity chunks in parallel using worker pool 使用工作线程池并行处理实体块