GetBooleanArrayElement(nint, int)
Returns the value of one element of a primitive array.
Read time 1 minuteLast updated 9 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
GetBooleanArrayElement(IntPtr, int)
public static bool GetBooleanArrayElement(nint array, int index)
Parameters
Returns
Type | Description |
|---|---|
| bool |
Remarks
This function is a special case of GetBooleanArrayRegion(), called with region size set to 1.
Additional Resources: Java Native Interface Specification (Oracle)