Package 

Enum Camera.RenderMode

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Camera.RenderMode
    extends Enum<Camera.RenderMode>
                        

    RenderMode - the rendering behavior of the camera in regards to a 2D scene vs a 3D scene Default mode is 2D

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      M2D
      M3D
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail