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