Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetCharField(IntPtr, IntPtr, 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
public static void SetCharField(IntPtr obj, IntPtr fieldID, char val)

Parameters


fieldID


val

Remarks