class in Unity.Collections.LowLevel.Unsafe
/
Implemented in:UnityEngine.CoreModule
Contains unsafe methods for working with NativeSlice instances.
| Description | |
|---|---|
| ConvertExistingDataToNativeSlice | Creates a new NativeSlice from existing data. |
| GetAtomicSafetyHandle | Gets the AtomicSafetyHandle for a NativeSlice. |
| GetUnsafePtr | Gets a NativeSlice memory buffer pointer and checks whether the native array can be written to. |
| GetUnsafeReadOnlyPtr | Gets a NativeSlice memory buffer pointer and checks whether the native array can be read from. |
| SetAtomicSafetyHandle | Set the AtomicSafetyHandle on NativeSlice. |