Version: 2021.1
言語: 日本語

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.