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

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

Uses of TechniqueDef.LightMode in com.jme3.material
 

Methods in com.jme3.material that return TechniqueDef.LightMode
 TechniqueDef.LightMode TechniqueDef.getLightMode()
          Returns the light mode.
static TechniqueDef.LightMode TechniqueDef.LightMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TechniqueDef.LightMode[] TechniqueDef.LightMode.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.LightMode
 void TechniqueDef.setLightMode(TechniqueDef.LightMode lightMode)
          Set the light mode