public static enum ObserverCameraController.Property extends java.lang.Enum<ObserverCameraController.Property>
Enum Constant and Description |
---|
ELEVATION |
FIELD_OF_VIEW |
FIELD_OF_VIEW_IN_DEGREES |
MINIMUM_ELEVATION |
OBSERVER_CAMERA_ELEVATION_ADJUSTED |
PITCH |
PITCH_IN_DEGREES |
X |
Y |
YAW |
YAW_IN_DEGREES |
Modifier and Type | Method and Description |
---|---|
static ObserverCameraController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObserverCameraController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObserverCameraController.Property X
public static final ObserverCameraController.Property Y
public static final ObserverCameraController.Property ELEVATION
public static final ObserverCameraController.Property MINIMUM_ELEVATION
public static final ObserverCameraController.Property YAW_IN_DEGREES
public static final ObserverCameraController.Property YAW
public static final ObserverCameraController.Property PITCH_IN_DEGREES
public static final ObserverCameraController.Property PITCH
public static final ObserverCameraController.Property FIELD_OF_VIEW_IN_DEGREES
public static final ObserverCameraController.Property FIELD_OF_VIEW
public static final ObserverCameraController.Property OBSERVER_CAMERA_ELEVATION_ADJUSTED
public static ObserverCameraController.Property[] values()
for (ObserverCameraController.Property c : ObserverCameraController.Property.values()) System.out.println(c);
public static ObserverCameraController.Property valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License