SetStaticBooleanField(IntPtr, IntPtr, bool)
Sets the value of a static field in the specified object.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static void SetStaticBooleanField(IntPtr clazz, IntPtr fieldID, bool val)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)