Searched refs:getBodyA (Results 1 – 6 of 6) sorted by relevance
465 if (!physicsNodes.containsValue(physicsJoint.getBodyA())) { in addAll()466 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()467 add(physicsJoint.getBodyA()); in addAll()469 addRigidBody(physicsJoint.getBodyA()); in addAll()473 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()512 if (physicsNodes.containsValue(physicsJoint.getBodyA())) { in removeAll()513 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()514 remove(physicsJoint.getBodyA()); in removeAll()516 removeRigidBody(physicsJoint.getBodyA()); in removeAll()520 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()
439 if (!physicsNodes.containsValue(physicsJoint.getBodyA())) { in addAll()440 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()441 add(physicsJoint.getBodyA()); in addAll()443 addRigidBody(physicsJoint.getBodyA()); in addAll()447 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()486 if (physicsNodes.containsValue(physicsJoint.getBodyA())) { in removeAll()487 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()488 remove(physicsJoint.getBodyA()); in removeAll()490 removeRigidBody(physicsJoint.getBodyA()); in removeAll()494 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in removeAll()
96 public PhysicsRigidBody getBodyA() { in getBodyA() method in PhysicsJoint116 getBodyA().removeJoint(this); in destroy()
99 public PhysicsRigidBody getBodyA() { in getBodyA() method in PhysicsJoint119 getBodyA().removeJoint(this); in destroy()
687 if (physicsJoint.getBodyA() == this) { in getDebugShape()
638 if (physicsJoint.getBodyA() == this) { in getDebugShape()