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