Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

NativeArrayUnsafeUtility

class in Unity.Collections.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

NativeArray Unsafe Utility.

Static Methods

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.

Did you find this page useful? Please give it a rating: