Uses of Class
com.jme3.bullet.PhysicsSpace.BroadphaseType

Packages that use PhysicsSpace.BroadphaseType
com.jme3.bullet   
 

Uses of PhysicsSpace.BroadphaseType in com.jme3.bullet
 

Fields in com.jme3.bullet declared as PhysicsSpace.BroadphaseType
protected  PhysicsSpace.BroadphaseType BulletAppState.broadphaseType
           
 

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

Methods in com.jme3.bullet with parameters of type PhysicsSpace.BroadphaseType
 void PhysicsSpace.setBroadphaseType(PhysicsSpace.BroadphaseType broadphaseType)
           
 void BulletAppState.setBroadphaseType(PhysicsSpace.BroadphaseType broadphaseType)
          Use before attaching state
 

Constructors in com.jme3.bullet with parameters of type PhysicsSpace.BroadphaseType
BulletAppState(PhysicsSpace.BroadphaseType broadphaseType)
          Creates a new BulletAppState running a PhysicsSpace for physics simulation, use getStateManager().addState(bulletAppState) to enable physics for an Application.
BulletAppState(Vector3f worldMin, Vector3f worldMax, PhysicsSpace.BroadphaseType broadphaseType)
           
PhysicsSpace(PhysicsSpace.BroadphaseType broadphaseType)
           
PhysicsSpace(Vector3f worldMin, Vector3f worldMax, PhysicsSpace.BroadphaseType broadphaseType)