Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSByteField(IntPtr, IntPtr, sbyte)

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

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static void SetSByteField(IntPtr obj, IntPtr fieldID, sbyte val)

Parameters


fieldID


Remarks