Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

array

Returns

Type

Description

bool[]

Remarks