NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks

매뉴얼로 전환
public static void* GetUnsafeBufferPointerWithoutChecks (NativeArray<T> nativeArray);

파라미터

nativeArrayNativeArray.

반환

void* NativeArray memory buffer pointer.

설명

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