GetDirectSByteBuffer(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
GetDirectSByteBuffer(IntPtr)
public static NativeArray<sbyte> GetDirectSByteBuffer(nint buffer)
Parameters
Returns
Type | Description |
|---|---|
| NativeArray<sbyte> |
Remarks
Additional Resources: AndroidJNI.GetDirectBufferAddress.