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