Package 

Enum RendererType

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Texture

      Use a TextureView for rendering. This is more flexible with composing and various view modifiers (i.e. clipping, rotating, scaling), but is less efficient and may cause more battery drain.

      Surface

      Use a SurfaceView for rendering. This is more energy efficient and performant, but may have issues with view modifiers (i.e. clipping, rotating, scaling).

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait