Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FromBooleanArray(nint)

Converts a Java array of \<tt\>boolean\</tt\> to a managed array of System.Boolean.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

FromBooleanArray(IntPtr)

public static bool[] FromBooleanArray(nint array)

Parameters

array

Returns

Type

Description

bool[]

Remarks