Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeHashMap(int, AllocatorHandle)

Initializes and returns an instance of UnsafeHashMap.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Constructor
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public NativeHashMap(int initialCapacity, AllocatorManager.AllocatorHandle allocator)

Parameters

initialCapacity

The number of key-value pairs that should fit in the initial allocation.

The allocator to use.