SetFloatArrayElement(IntPtr, int, float)
Sets the float 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 SetFloatArrayElement(IntPtr array, int index, float val)
Parameters
Remarks
This function is a special case of SetFloatArrayRegion(), called with region size set to 1.
Additional Resources: Java Native Interface Specification (Oracle)