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