Uses of Class
com.jme3.scene.Spatial.BatchHint

Packages that use Spatial.BatchHint
com.jme3.scene The com.jme3.input package contains the scene graph implementation in jMonkeyEngine. 
 

Uses of Spatial.BatchHint in com.jme3.scene
 

Fields in com.jme3.scene declared as Spatial.BatchHint
protected  Spatial.BatchHint Spatial.batchHint
           
 

Methods in com.jme3.scene that return Spatial.BatchHint
 Spatial.BatchHint Spatial.getBatchHint()
           
 Spatial.BatchHint Spatial.getLocalBatchHint()
           
static Spatial.BatchHint Spatial.BatchHint.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Spatial.BatchHint[] Spatial.BatchHint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.scene with parameters of type Spatial.BatchHint
 void Spatial.setBatchHint(Spatial.BatchHint hint)
          setBatchHint sets how batching should work on this spatial.