DeleteGlobalRef(IntPtr)
Deletes the global reference pointed to by \<tt\>obj\</tt\>.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
public static void DeleteGlobalRef(IntPtr obj)
Parameters
Remarks
Additional Resources: Java Native Interface Specification (Oracle)