public static enum HomeEnvironment.Property extends java.lang.Enum<HomeEnvironment.Property>
Modifier and Type | Method and Description |
---|---|
static HomeEnvironment.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HomeEnvironment.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HomeEnvironment.Property OBSERVER_CAMERA_ELEVATION_ADJUSTED
public static final HomeEnvironment.Property GROUND_COLOR
public static final HomeEnvironment.Property GROUND_TEXTURE
public static final HomeEnvironment.Property BACKGROUND_IMAGE_VISIBLE_ON_GROUND_3D
public static final HomeEnvironment.Property SKY_COLOR
public static final HomeEnvironment.Property SKY_TEXTURE
public static final HomeEnvironment.Property LIGHT_COLOR
public static final HomeEnvironment.Property CEILING_LIGHT_COLOR
public static final HomeEnvironment.Property WALLS_ALPHA
public static final HomeEnvironment.Property DRAWING_MODE
public static final HomeEnvironment.Property SUBPART_SIZE_UNDER_LIGHT
public static final HomeEnvironment.Property ALL_LEVELS_VISIBLE
public static final HomeEnvironment.Property PHOTO_WIDTH
public static final HomeEnvironment.Property PHOTO_HEIGHT
public static final HomeEnvironment.Property PHOTO_ASPECT_RATIO
public static final HomeEnvironment.Property PHOTO_QUALITY
public static final HomeEnvironment.Property VIDEO_WIDTH
public static final HomeEnvironment.Property VIDEO_ASPECT_RATIO
public static final HomeEnvironment.Property VIDEO_QUALITY
public static final HomeEnvironment.Property VIDEO_SPEED
public static final HomeEnvironment.Property VIDEO_FRAME_RATE
public static final HomeEnvironment.Property VIDEO_CAMERA_PATH
public static HomeEnvironment.Property[] values()
for (HomeEnvironment.Property c : HomeEnvironment.Property.values()) System.out.println(c);
public static HomeEnvironment.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