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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答