GetMethodID(nint, string, string)
Returns the method ID for an instance (nonstatic) method of a class or interface.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
GetMethodID(IntPtr, string, string)
public static nint GetMethodID(nint clazz, string name, string sig)
Parameters
Returns
Type | Description |
|---|---|
| IntPtr |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)