Uses of Class
com.jme3.bullet.debug.BulletDebugAppState
Packages that use BulletDebugAppState
Package
Description
central classes of the physics system
visualize physics objects for debugging
-
Uses of BulletDebugAppState in com.jme3.bullet
Fields in com.jme3.bullet declared as BulletDebugAppStateModifier and TypeFieldDescriptionprotected BulletDebugAppStateBulletAppState.debugAppStateapp state to manage the debug visualization, or null if none -
Uses of BulletDebugAppState in com.jme3.bullet.debug
Fields in com.jme3.bullet.debug declared as BulletDebugAppStateModifier and TypeFieldDescriptionprotected final BulletDebugAppStateAbstractPhysicsDebugControl.debugAppStatethe app state that this control servesConstructors in com.jme3.bullet.debug with parameters of type BulletDebugAppStateModifierConstructorDescriptionAbstractPhysicsDebugControl(BulletDebugAppState debugAppState) Instantiate an enabled control to serve the specified debug app state.BulletCharacterDebugControl(BulletDebugAppState debugAppState, PhysicsCharacter body) Instantiate an enabled control to visualize the specified character.BulletGhostObjectDebugControl(BulletDebugAppState debugAppState, PhysicsGhostObject body) Instantiate an enabled control to visualize the specified ghost object.BulletJointDebugControl(BulletDebugAppState debugAppState, PhysicsJoint body) Instantiate an enabled control to visualize the specified joint.BulletRigidBodyDebugControl(BulletDebugAppState debugAppState, PhysicsRigidBody body) Instantiate an enabled control to visualize the specified body.BulletVehicleDebugControl(BulletDebugAppState debugAppState, PhysicsVehicle body) Instantiate an enabled control to visualize the specified vehicle.