Version: 2020.3
언어: 한국어
public static void* GetUnsafePtr (NativeArray<T> nativeArray);

파라미터

nativeArray NativeArray.

반환

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.