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

파라미터

nativeArrayNativeArray.

반환

void* NativeArray memory buffer pointer.

설명

Gets the pointer to the memory buffer owner by the NativeArray, performing checks on whether the native array can be written to.