GetArrayLength(nint)
Returns the number of elements in the array.
Read time 1 minuteLast updated 15 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
GetArrayLength(IntPtr)
public static int GetArrayLength(nint array)
Parameters
Returns
Type | Description |
|---|---|
| int |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)