NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks

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

Parámetros

nativeArrayNativeArray.

Valor de retorno

void* NativeArray memory buffer pointer.

Descripción

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