Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeList<T>.ParallelWriter

A parallel writer for a NativeList.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Struct
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public struct NativeList<T>.ParallelWriter

Remarks

Use NativeList<T>.AsParallelWriter to create a parallel writer for a list.

Fields

Value

Description

ListDataThe internal unsafe list.

Properties

Property

Description

PtrThe data of the list.

Methods

Method

Description

AddNoResizeAppends an element to the end of this list.
AddRangeNoResizeCopies elements from a ReadOnlySpan to the end of this list.