Uses of Class
com.jmex.effects.TrailMesh.FacingMode

Packages that use TrailMesh.FacingMode
com.jmex.effects   
 

Uses of TrailMesh.FacingMode in com.jmex.effects
 

Methods in com.jmex.effects that return TrailMesh.FacingMode
 TrailMesh.FacingMode TrailMesh.getFacingMode()
           
static TrailMesh.FacingMode TrailMesh.FacingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TrailMesh.FacingMode[] TrailMesh.FacingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jmex.effects with parameters of type TrailMesh.FacingMode
 void TrailMesh.setFacingMode(TrailMesh.FacingMode facingMode)