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