Uses of Enum Class
com.jme3.bullet.PhysicsSpace.BroadphaseType
Packages that use PhysicsSpace.BroadphaseType
-
Uses of PhysicsSpace.BroadphaseType in com.jme3.bullet
Fields in com.jme3.bullet declared as PhysicsSpace.BroadphaseTypeModifier and TypeFieldDescriptionprotected PhysicsSpace.BroadphaseTypeBulletAppState.broadphaseTypebroadphase collision-detection algorithm for the physics space to use (not null)Methods in com.jme3.bullet that return PhysicsSpace.BroadphaseTypeModifier and TypeMethodDescriptionPhysicsSpace.getBroadphaseType()static PhysicsSpace.BroadphaseTypeReturns the enum constant of this class with the specified name.static PhysicsSpace.BroadphaseType[]PhysicsSpace.BroadphaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jme3.bullet with parameters of type PhysicsSpace.BroadphaseTypeModifier and TypeMethodDescriptionvoidBulletAppState.setBroadphaseType(PhysicsSpace.BroadphaseType broadphaseType) Alter the broadphase type the physics space will use.voidPhysicsSpace.setBroadphaseType(PhysicsSpace.BroadphaseType broadphaseType) Constructors in com.jme3.bullet with parameters of type PhysicsSpace.BroadphaseTypeModifierConstructorDescriptionBulletAppState(PhysicsSpace.BroadphaseType broadphaseType) Instantiate an app state to manage a new PhysicsSpace.BulletAppState(com.jme3.math.Vector3f worldMin, com.jme3.math.Vector3f worldMax, PhysicsSpace.BroadphaseType broadphaseType) Instantiate an app state to manage a new PhysicsSpace.PhysicsSpace(PhysicsSpace.BroadphaseType broadphaseType) PhysicsSpace(com.jme3.math.Vector3f worldMin, com.jme3.math.Vector3f worldMax, PhysicsSpace.BroadphaseType broadphaseType)