-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Camera.FovDenotes a field-of-view direction.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description VERTICALThe field-of-view angle is defined on the vertical axis.
HORIZONTALThe field-of-view angle is defined on the horizontal axis.
-
Method Summary
Modifier and Type Method Description static Array<Camera.Fov>values()static Camera.FovvalueOf(String name)-
-
Method Detail
-
values
static Array<Camera.Fov> values()
-
valueOf
static Camera.Fov valueOf(String name)
-
-
-
-