Version: 2023.1
言語: 日本語

NativeArrayUnsafeUtility

class in Unity.Collections.LowLevel.Unsafe

マニュアルに切り替える

説明

NativeArray Unsafe Utility.

Static 関数

ConvertExistingDataToNativeArrayConverts an existing buffer to a 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.