SetObjectArrayElement(nint, int, nint)
Sets an element of an \<tt\>Object\</tt\> array.
Read time 1 minuteLast updated a day ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
SetObjectArrayElement(IntPtr, int, IntPtr)
public static void SetObjectArrayElement(nint array, int index, nint obj)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)