Package 

Enum Camera.Fov

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

    
    public enum Camera.Fov
    
                        

    Denotes a field-of-view direction.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      VERTICAL

      The field-of-view angle is defined on the vertical axis.

      HORIZONTAL

      The field-of-view angle is defined on the horizontal axis.

    • Method Summary

      Modifier and Type Method Description
      static Array<Camera.Fov> values()
      static Camera.Fov valueOf(String name)
      • Methods inherited from class java.lang.Object

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