Uses of Class
com.jme3.material.TechniqueDef.ShadowMode

Packages that use TechniqueDef.ShadowMode
com.jme3.material The com.jme3.material package contains classes for manipulating jMonkeyEngine materials. 
 

Uses of TechniqueDef.ShadowMode in com.jme3.material
 

Methods in com.jme3.material that return TechniqueDef.ShadowMode
 TechniqueDef.ShadowMode TechniqueDef.getShadowMode()
          Returns the shadow mode.
static TechniqueDef.ShadowMode TechniqueDef.ShadowMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TechniqueDef.ShadowMode[] TechniqueDef.ShadowMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.material with parameters of type TechniqueDef.ShadowMode
 void TechniqueDef.setShadowMode(TechniqueDef.ShadowMode shadowMode)
          Set the shadow mode.