PresetMaterialType Enum
Lists preset materials that can be applied to 3D shapes.
Declaration
public enum PresetMaterialType extends Enum<PresetMaterialType> implements IIntEnum
Members
| Name | Description |
|---|---|
CLEAR
|
getClear() preset material is used. |
DARK_EDGE
|
getDarkEdge() preset material is used. |
FLAT
|
getFlat() preset material is used. |
LEGACY_MATTE
|
getLegacyMatte() preset material is used. |
LEGACY_METAL
|
getLegacyMetal() preset material is used. |
LEGACY_PLASTIC
|
getLegacyPlastic() preset material is used. |
LEGACY_WIREFRAME
|
getLegacyWireframe() preset material is used. |
MATTE
|
getMatte() preset material is used. |
METAL
|
getMetal() preset material is used. |
PLASTIC
|
getPlastic() preset material is used. |
POWDER
|
getPowder() preset material is used. |
SOFT_EDGE
|
getSoftEdge() preset material is used. |
SOFT_METAL
|
getSoftMetal() preset material is used. |
TRANSLUCENT_POWDER
|
getTranslucentPowder() preset material is used. |
WARM_MATTE
|
getWarmMatte() preset material is used. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |