abstract class WearActivity : WearableActivity
Author
Ian Thomas (toxicbakery@gmail.com)
Author
Jared Woolston (jwoolston@tenkiv.com)
WearActivity() |
var renderer: ISurfaceRenderer! |
abstract fun createEglConfigChooser(): RajawaliEGLConfigChooser!
The config chooser to apply to the SurfaceView when multi-sampling is enabled. |
|
open fun getAntiAliasingConfig(): ISurface.ANTI_ALIASING_CONFIG!
Flag for multi-sampling. |
|
open fun getRenderer(): ISurfaceRenderer!
Get the renderer currently set to the SurfaceView. |
|
open fun getTargetGLVersion(): Int
The GLES version to apply to the SurfaceView. |
|
open fun onCreate(savedInstanceState: Bundle!): Unit |
|
open fun onEnterAmbient(ambientDetails: Bundle!): Unit |
|
open fun onExitAmbient(): Unit |
|
open fun onUpdateAmbient(): Unit |
|
open fun setRenderer(renderer: ISurfaceRenderer!): Unit
Set the renderer for the SurfaceView. |
|
abstract fun updateDisplayAmbient(): Unit |
|
abstract fun updateDisplayNormal(): Unit |