Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDirectByteBuffer(nint)

Returns the NativeArray backed by the same memory region as the given direct java.nio.Buffer.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

GetDirectByteBuffer(IntPtr)

public static NativeArray<byte> GetDirectByteBuffer(nint buffer)

Parameters

buffer

Returns

Type

Description

NativeArray<byte>

Remarks

Additional Resources: AndroidJNI.GetDirectBufferAddress