Searched refs:getDebugManager (Results 1 - 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DGhostControl.java128 if (enabled && space != null && space.getDebugManager() != null) {
130 attachDebugShape(space.getDebugManager());
H A DCharacterControl.java155 if (enabled && space != null && space.getDebugManager() != null) {
157 attachDebugShape(space.getDebugManager());
H A DRigidBodyControl.java213 if (enabled && space != null && space.getDebugManager() != null) {
215 attachDebugShape(space.getDebugManager());
H A DVehicleControl.java190 if (enabled && space != null && space.getDebugManager() != null) {
192 attachDebugShape(space.getDebugManager());
H A DKinematicRagdollControl.java552 if (enabled && space != null && space.getDebugManager() != null) {
554 attachDebugShape(space.getDebugManager());
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DPhysicsHoverControl.java179 if (enabled && space != null && space.getDebugManager() != null) {
181 attachDebugShape(space.getDebugManager());
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java884 public AssetManager getDebugManager() { method in class:PhysicsSpace
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java827 public AssetManager getDebugManager() { method in class:PhysicsSpace

Completed in 192 milliseconds