Version: 2023.2
言語: 日本語

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 a pointer to the memory buffer of the NativeArray or NativeArray.ReadOnly.
SetAtomicSafetyHandleSets a new AtomicSafetyHandle for the provided NativeArray.