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