Uses of Class
com.jme3.scene.plugins.blender.constraints.Constraint.Space

Packages that use Constraint.Space
com.jme3.scene.plugins.blender.constraints   
 

Uses of Constraint.Space in com.jme3.scene.plugins.blender.constraints
 

Methods in com.jme3.scene.plugins.blender.constraints that return Constraint.Space
static Constraint.Space Constraint.Space.valueOf(byte c)
          This method returns the enum instance when given the appropriate value from the blend file.
static Constraint.Space Constraint.Space.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constraint.Space[] Constraint.Space.values()
          Returns an array containing the constants of this enum type, in the order they are declared.