destroy
Description​
This method destroys the full renderer and by this closes all potentially opened contexts and shuts down any worker.
If you dynamically create/destroy renderers it is recommended to always call this method to ensure all resources are leaked.
Signatures​
function destroy()JavaScript |
void Destroy().net |
fun destroy(): UnitAndroid |
Parameters​
None
Returns​
Nothing