Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeListUnsafeUtility

Provides unsafe utility methods for NativeList.
Read time 1 minuteLast updated 10 days ago

Definition

public static class NativeListUnsafeUtility

Static Methods

Method

Description

GetAtomicSafetyHandleReturns this list's AtomicSafetyHandle.
GetUnsafePtrReturns a pointer to this list's internal buffer.
GetUnsafeReadOnlyPtrReturns a pointer to this list's internal buffer.