public static enum CameraTransformer.RotateOrder extends Enum<CameraTransformer.RotateOrder>
Modifier and Type | Method and Description |
---|---|
static CameraTransformer.RotateOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CameraTransformer.RotateOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CameraTransformer.RotateOrder XYZ
public static final CameraTransformer.RotateOrder XZY
public static final CameraTransformer.RotateOrder YXZ
public static final CameraTransformer.RotateOrder YZX
public static final CameraTransformer.RotateOrder ZXY
public static final CameraTransformer.RotateOrder ZYX
public static CameraTransformer.RotateOrder[] values()
for (CameraTransformer.RotateOrder c : CameraTransformer.RotateOrder.values()) System.out.println(c);
public static CameraTransformer.RotateOrder valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null