Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetByteField(IntPtr, IntPtr, byte)

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
Warning
Deprecated. AndroidJNI.SetByteField is obsolete. Use AndroidJNI.SetSByteField method instead
public static void SetByteField(IntPtr obj, IntPtr fieldID, byte val)

Parameters


fieldID


val

Remarks