FromReflectedField(IntPtr)
Converts a \<tt\>java.lang.reflect.Field\</tt\> to a field ID.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static IntPtr FromReflectedField(IntPtr refField)
Parameters
Returns
Type | Description |
|---|---|
| IntPtr |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)