Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetStringField(nint, nint, string)

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

SetStringField(IntPtr, IntPtr, string)

public static void SetStringField(nint obj, nint fieldID, string val)

Parameters


fieldID


Remarks

This is a convenience function that calls SetObjectField() with the same parameters, but performs the necessary marshalling of the string value.
Additional Resources: AndroidJNI.SetObjectField.