SetBooleanField(nint, nint, bool)
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
SetBooleanField(IntPtr, IntPtr, bool)
public static void SetBooleanField(nint obj, nint fieldID, bool val)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)