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

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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: