GetLongField(nint, nint)
Returns the value of an instance (nonstatic) field of an object.
Read time 1 minuteLast updated 4 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
GetLongField(IntPtr, IntPtr)
public static long GetLongField(nint obj, nint fieldID)
Parameters
Returns
Type | Description |
|---|---|
| long |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)