Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetKeyArray(AllocatorHandle)

Returns an array with a copy of all this hash map's keys (in no particular order).
Read time 1 minuteLast updated 12 days ago

Definition

public NativeArray<TKey> GetKeyArray(AllocatorManager.AllocatorHandle allocator)

Parameters

The allocator to use.

Returns

Type

Description

NativeArray<T>An array with a copy of all this hash map's keys (in no particular order).