org.rajawali3d.view / TextureView / onResume

onResume

open fun onResume(): Unit

Inform the view that the activity is resumed. The owner of this view must call this method when the activity is resumed. Calling this method will recreate the OpenGL display and resume the rendering thread. Must not be called before a renderer has been set.