Is your feature request related to a problem? Please describe
Once I init an Engine, I want it to be destroyed later after I'm done with it.
Describe the solution you'd like
Something like Engine3D.destroy().
Describe alternatives you've considered
Engine3D.pause() doesn't help here
Is your feature request related to a problem? Please describe
Once I init an Engine, I want it to be destroyed later after I'm done with it.
Describe the solution you'd like
Something like
Engine3D.destroy().Describe alternatives you've considered
Engine3D.pause()doesn't help here