public static class Wall.MaterialTextureType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_IMAGE_FILE
The wall uses image for tiling.
|
static int |
_INVISIBLE
The wall is not displayed.
|
static int |
_SHADOW_CATCHER
The wall is transparent, and is used to display
shadows.
|
static Wall.MaterialTextureType |
IMAGE_FILE
The wall uses image for tiling.
|
static Wall.MaterialTextureType |
INVISIBLE
The wall is not displayed.
|
static Wall.MaterialTextureType |
SHADOW_CATCHER
The wall is transparent, and is used to display
shadows.
|
Modifier and Type | Method and Description |
---|---|
static Wall.MaterialTextureType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static Wall.MaterialTextureType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static Wall.MaterialTextureType[] |
values()
Returns an array that contains the values for this enum.
|
public static final Wall.MaterialTextureType SHADOW_CATCHER
public static final Wall.MaterialTextureType IMAGE_FILE
public static final Wall.MaterialTextureType INVISIBLE
public static final int _SHADOW_CATCHER
public static final int _IMAGE_FILE
public static final int _INVISIBLE
public static Wall.MaterialTextureType valueOf(int value)
public static Wall.MaterialTextureType valueOf(String name)
public static Wall.MaterialTextureType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.