FromBooleanArray(IntPtr)
Converts a Java array of \<tt\>boolean\</tt\> to a managed array of System.Boolean.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static bool[] FromBooleanArray(IntPtr array)
Parameters
Returns
Type | Description |
|---|---|
| bool[] |
Remarks
Additional Resources: AndroidJNI.GetBooleanArrayElement, AndroidJNI.GetArrayLength.