SetObjectField(nint, nint, nint)
Sets the value of an instance field of the specified object.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
SetObjectField(IntPtr, IntPtr, IntPtr)
public static void SetObjectField(nint obj, nint fieldID, nint val)
Parameters
Remarks
The value to set is a reference to either a \<tt\>java.lang.Object\</tt\>, or a subclass thereof.
Additional Resources: Java Native Interface Specification (Oracle)