Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetObjectField(nint, nint, nint)

Sets the value of an instance field of the specified object.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

SetObjectField(IntPtr, IntPtr, IntPtr)

public static void SetObjectField(nint obj, nint fieldID, nint val)

Parameters


fieldID


Remarks

The value to set is a reference to either a \<tt\>java.lang.Object\</tt\>, or a subclass thereof.