Version: 2022.3

NativeArrayUnsafeUtility

class in Unity.Collections.LowLevel.Unsafe

切换到手册

描述

NativeArray 不安全实用程序。

静态函数

ConvertExistingDataToNativeArray将现有缓冲区转换为 NativeArray。
GetUnsafeBufferPointerWithoutChecks通过 NativeArray 获取指向数据所有者的指针,但不执行检查。
GetUnsafePtr通过 NativeArray 获取指向内存缓冲区所有者的指针,执行是否可以写入原生数组的检查。
GetUnsafeReadOnlyPtrGets a pointer to the memory buffer of the NativeArray or NativeArray.ReadOnly.