NativeArrayUnsafeUtility

class in Unity.Collections.LowLevel.Unsafe

Cambiar al Manual

Descripción

NativeArray Unsafe Utility.

Funciones Estáticas

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.