Uses of Class
com.jme.scene.state.MaterialState.MaterialFace

Packages that use MaterialState.MaterialFace
com.jme.scene.state   
 

Uses of MaterialState.MaterialFace in com.jme.scene.state
 

Fields in com.jme.scene.state declared as MaterialState.MaterialFace
static MaterialState.MaterialFace MaterialState.defaultMaterialFace
          Default material face for all material states.
protected  MaterialState.MaterialFace MaterialState.materialFace
           
 

Methods in com.jme.scene.state that return MaterialState.MaterialFace
 MaterialState.MaterialFace MaterialState.getMaterialFace()
          getMaterialFace retrieves the face this material state affects.
static MaterialState.MaterialFace MaterialState.MaterialFace.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MaterialState.MaterialFace[] MaterialState.MaterialFace.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.scene.state with parameters of type MaterialState.MaterialFace
 void MaterialState.setMaterialFace(MaterialState.MaterialFace face)
          setMaterialFace sets the face this material state affects.