SetSByteField(nint, nint, sbyte)
Sets the value of an instance field of the specified object.
Read time 1 minuteLast updated 2 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
SetSByteField(IntPtr, IntPtr, sbyte)
public static void SetSByteField(nint obj, nint fieldID, sbyte val)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)