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.


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