Throw(IntPtr)
Causes a \<tt\>java.lang.Throwable\</tt\> object to be thrown.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static int Throw(IntPtr obj)
Parameters
Returns
Type | Description |
|---|---|
| int |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)