GetStaticObjectField(IntPtr, IntPtr)
Returns the value of a static field of an object.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static IntPtr GetStaticObjectField(IntPtr clazz, IntPtr fieldID)
Parameters
Returns
Type | Description |
|---|---|
| IntPtr |
Remarks
The result is a reference to a \<tt\>java.lang.Object\</tt\>, or a subclass thereof.
Additional Resources: Java Native Interface Specification (Oracle)