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
public static void SetByteField(IntPtr obj, IntPtr fieldID, byte val)
Parameters
Remarks
AndroidJNI.SetByteField is obsolete. Use AndroidJNI.SetSByteField instead.
Additional Resources: Java Native Interface Specification (Oracle)