AB4D Forum
Request to implement IDisposable in SharpEngineSceneView - Printable Version

+- AB4D Forum (https://forum.ab4d.com)
+-- Forum: Products Forums (https://forum.ab4d.com/forumdisplay.php?fid=4)
+--- Forum: Ab4d.SharpEngine (https://forum.ab4d.com/forumdisplay.php?fid=12)
+--- Thread: Request to implement IDisposable in SharpEngineSceneView (/showthread.php?tid=4469)



Request to implement IDisposable in SharpEngineSceneView - zacfromaustinpowder - 10-08-2024

It would be great if platform-specific implementations of SharpEngineSceneView implemented IDisposable.

Currently they have a dispose method, but they don't inherit from IDisposable.

If they implemented IDisposable, it would allow me to check if they need disposing in my cross-platform ViewBase class, which only has ISharpEngineSceneView.


RE: Request to implement IDisposable in SharpEngineSceneView - abenedik - 10-14-2024

Good recommendation. I have added that to the development verson.