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