Uses of Class
com.jme.bounding.CollisionTree.Type

Packages that use CollisionTree.Type
com.jme.bounding   
 

Uses of CollisionTree.Type in com.jme.bounding
 

Methods in com.jme.bounding that return CollisionTree.Type
 CollisionTree.Type CollisionTreeManager.getTreeType()
           
static CollisionTree.Type CollisionTree.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CollisionTree.Type[] CollisionTree.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.bounding with parameters of type CollisionTree.Type
 void CollisionTreeManager.generateCollisionTree(CollisionTree.Type type, Spatial object, boolean protect)
          creates a new collision tree for the provided spatial.
 CollisionTree CollisionTreeManager.generateCollisionTree(CollisionTree.Type type, TriMesh mesh, boolean protect)
          generates a new tree for the associated mesh.
 void CollisionTreeManager.setTreeType(CollisionTree.Type treeType)
           
 

Constructors in com.jme.bounding with parameters of type CollisionTree.Type
CollisionTree(CollisionTree.Type type)
          Constructor creates a new instance of CollisionTree.