Method AsParallelWriter
AsParallelWriter()
An extension of EntityCommandBuffer that allows concurrent (deterministic) command buffer recording.
Declaration
public EntityCommandBuffer.ParallelWriter AsParallelWriter()
Returns
| Type | Description |
|---|---|
| EntityCommandBuffer.ParallelWriter | The EntityCommandBuffer.ParallelWriter that can be used to record commands in parallel. |