# FromIntArray(nint)

> Converts a Java array of \<tt\>int\</tt\> to a managed array of System.Int32.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AndroidJNIModule

## FromIntArray(IntPtr)

```csharp
public static int[] FromIntArray(nint array)
```

### Parameters

**** (\[IntPtr]\(https\://learn.microsoft.com/dotnet/api/system.intptr)):&#x20;

### Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [int\[\]](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### Remarks

Additional Resources: [AndroidJNI.GetIntArrayElement](/engine/6000.5/script-reference/unityengine/androidjni/getintarrayelement.md), [AndroidJNI.GetArrayLength](/engine/6000.5/script-reference/unityengine/androidjni/getarraylength.md).
