GetDirectByteBuffer(nint)
Returns the NativeArray backed by the same memory region as the given direct java.nio.Buffer.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
GetDirectByteBuffer(IntPtr)
public static NativeArray<byte> GetDirectByteBuffer(nint buffer)
Parameters
Returns
Type | Description |
|---|---|
| NativeArray<byte> |
Remarks
Additional Resources: AndroidJNI.GetDirectBufferAddress.