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