SetLongArrayElement(IntPtr, int, long)
Sets the long value of one element in a primitive array.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static void SetLongArrayElement(IntPtr array, int index, long val)
Parameters
Remarks
This function is a special case of SetLongArrayRegion(), called with region size set to 1.
Additional Resources: Java Native Interface Specification (Oracle)