Version: 2022.1
언어: 한국어

NativeArrayUnsafeUtility

class in Unity.Collections.LowLevel.Unsafe

매뉴얼로 전환

설명

NativeArray Unsafe Utility.

정적 함수

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.