Uses of Class
com.jme3.scene.control.BillboardControl.Alignment

Packages that use BillboardControl.Alignment
com.jme3.scene.control The com.jme3.control package provides controls
 

Uses of BillboardControl.Alignment in com.jme3.scene.control
 

Methods in com.jme3.scene.control that return BillboardControl.Alignment
 BillboardControl.Alignment BillboardControl.getAlignment()
          Returns the alignment this Billboard is set too.
static BillboardControl.Alignment BillboardControl.Alignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BillboardControl.Alignment[] BillboardControl.Alignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.scene.control with parameters of type BillboardControl.Alignment
 void BillboardControl.setAlignment(BillboardControl.Alignment alignment)
          Sets the type of rotation this Billboard will have.