Version: 2022.2
언어: 한국어

NativeArrayUnsafeUtility.GetUnsafeBufferPointerWithoutChecks

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

파라미터

nativeArray NativeArray.

반환

void* NativeArray memory buffer pointer.

설명

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