public static enum Home3DAttributesController.Property extends java.lang.Enum<Home3DAttributesController.Property>
| Enum Constant and Description |
|---|
BACKGROUND_IMAGE_VISIBLE_ON_GROUND_3D |
GROUND_COLOR |
GROUND_PAINT |
LIGHT_COLOR |
SKY_COLOR |
SKY_PAINT |
WALLS_ALPHA |
WALLS_TOP_COLOR |
| Modifier and Type | Method and Description |
|---|---|
static Home3DAttributesController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Home3DAttributesController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Home3DAttributesController.Property GROUND_COLOR
public static final Home3DAttributesController.Property GROUND_PAINT
public static final Home3DAttributesController.Property BACKGROUND_IMAGE_VISIBLE_ON_GROUND_3D
public static final Home3DAttributesController.Property SKY_COLOR
public static final Home3DAttributesController.Property SKY_PAINT
public static final Home3DAttributesController.Property LIGHT_COLOR
public static final Home3DAttributesController.Property WALLS_ALPHA
public static final Home3DAttributesController.Property WALLS_TOP_COLOR
public static Home3DAttributesController.Property[] values()
for (Home3DAttributesController.Property c : Home3DAttributesController.Property.values()) System.out.println(c);
public static Home3DAttributesController.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