AB4D Forum

Full Version: Request to implement IDisposable in SharpEngineSceneView
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Good recommendation. I have added that to the development verson.