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