Dispose
IDisposable callback.
Read time 1 minuteLast updated 14 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
Dispose()
IDisposable callback.
public void Dispose()
Remarks
Used in conjunction with using() { }
Additional Resources: IDisposable Interface (MSDN)
Dispose(bool)
IDisposable callback.
protected virtual void Dispose(bool disposing)
Parameters
Remarks
Used in conjunction with using() { }
Additional Resources: IDisposable Interface (MSDN)