NativeListUnsafeUtility
Provides unsafe utility methods for NativeList.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public static class NativeListUnsafeUtility
Static Methods
Method | Description |
|---|---|
| GetAtomicSafetyHandle | Returns this list's AtomicSafetyHandle. |
| GetUnsafePtr | Returns a pointer to this list's internal buffer. |
| GetUnsafeReadOnlyPtr | Returns a pointer to this list's internal buffer. |