class in Unity.Collections.LowLevel.Unsafe
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseNativeArray Unsafe Utility.
ConvertExistingDataToNativeArray | Converts an existing buffer to a NativeArray. |
GetAtomicSafetyHandle | Returns the AtomicSafetyHandle that is used for safety control on the NativeArray. |
GetUnsafeBufferPointerWithoutChecks | Gets the pointer to the data owner by the NativeArray, without performing checks. |
GetUnsafePtr | Gets the pointer to the memory buffer owner by the NativeArray, performing checks on whether the native array can be written to. |
GetUnsafeReadOnlyPtr | Gets the pointer to the memory buffer owner by the NativeArray, performing checks on whether the native array can be read from. |
SetAtomicSafetyHandle | Sets a new AtomicSafetyHandle for the provided NativeArray. |