Searched refs:collisionBetweenLinkedBodys (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DPhysicsJoint.java52 protected boolean collisionBetweenLinkedBodys = true; field in class:PhysicsJoint
84 * @return the collisionBetweenLinkedBodys
87 return collisionBetweenLinkedBodys;
93 * @param collisionBetweenLinkedBodys set to false to have no collisions between linked bodys
95 public void setCollisionBetweenLinkedBodys(boolean collisionBetweenLinkedBodys) { argument
96 this.collisionBetweenLinkedBodys = collisionBetweenLinkedBodys;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DPhysicsJoint.java51 protected boolean collisionBetweenLinkedBodys = true; field in class:PhysicsJoint
81 * @return the collisionBetweenLinkedBodys
84 return collisionBetweenLinkedBodys;
90 * @param collisionBetweenLinkedBodys set to false to have no collisions between linked bodys
92 public void setCollisionBetweenLinkedBodys(boolean collisionBetweenLinkedBodys) { argument
93 this.collisionBetweenLinkedBodys = collisionBetweenLinkedBodys;

Completed in 327 milliseconds