Version: 2018.1

NativeArrayUnsafeUtility

class in Unity.Collections.LowLevel.Unsafe

Switch to Manual

Description

NativeArray Unsafe Utility.

Static Functions

ConvertExistingDataToNativeArrayConvertExistingDataToNativeArray.
GetAtomicSafetyHandleGet safety handle for native array.
GetUnsafeBufferPointerWithoutChecksGet NativeArray memory buffer pointer without performing checks.
GetUnsafePtrGet NativeArray memory buffer. Checks whether the native array can be written to.
GetUnsafeReadOnlyPtrGet NativeArray memory buffer pointer. Checks whether the native array can be read from.
SetAtomicSafetyHandleSet safetly handle on NativeArray.