Version: 2019.1

NativeArrayUnsafeUtility

class in Unity.Collections.LowLevel.Unsafe

マニュアルに切り替える

説明

NativeArray Unsafe Utility.

Static 関数

ConvertExistingDataToNativeArrayConverts an existing buffer to a NativeArray.
GetAtomicSafetyHandleReturns the AtomicSafetyHandle that is used for safety control on the NativeArray.
GetUnsafeBufferPointerWithoutChecksGets the pointer to the data owner by the NativeArray, without performing checks.
GetUnsafePtrGets the pointer to the memory buffer owner by the NativeArray, performing checks on whether the native array can be written to.
GetUnsafeReadOnlyPtrGets the pointer to the memory buffer owner by the NativeArray, performing checks on whether the native array can be read from.
SetAtomicSafetyHandleSets a new AtomicSafetyHandle for the provided NativeArray.