Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks

Declaration

public static void* GetUnsafeBufferPointerWithoutChecks(NativeArray<T> nativeArray);

Parameters

nativeArray The NativeArray to check.

Returns

void* The memory buffer pointer of the NativeArray.

Description

Gets the pointer to the data owner of a NativeArray, without performing checks.