Uses of Class
com.jme.scene.state.ShadeState.ShadeMode

Packages that use ShadeState.ShadeMode
com.jme.scene.state   
 

Uses of ShadeState.ShadeMode in com.jme.scene.state
 

Fields in com.jme.scene.state declared as ShadeState.ShadeMode
protected  ShadeState.ShadeMode ShadeState.shadeMode
           
 

Methods in com.jme.scene.state that return ShadeState.ShadeMode
 ShadeState.ShadeMode ShadeState.getShadeMode()
          getShade returns the current shading mode.
static ShadeState.ShadeMode ShadeState.ShadeMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShadeState.ShadeMode[] ShadeState.ShadeMode.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 ShadeState.ShadeMode
 void ShadeState.setShadeMode(ShadeState.ShadeMode shadeMode)
          setShadeMode sets the current shading mode.