SetLongField(nint, nint, long)
Sets the value of an instance field of the specified object.
Read time 1 minuteLast updated 18 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
SetLongField(IntPtr, IntPtr, long)
public static void SetLongField(nint obj, nint fieldID, long val)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)