GetDirectBufferAddress(nint)
Fetches and returns the starting address of the memory region referenced by the given direct java.nio.Buffer.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
GetDirectBufferAddress(IntPtr)
public static sbyte* GetDirectBufferAddress(nint buffer)
Parameters
Returns
Type | Description |
|---|---|
| sbyte* |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)