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