10-08-2024, 01:05 AM
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.
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.