示例#1
0
文件: Body.java 项目: rdo/speleo
 /**
  * Set the friction applied when this body collides
  *
  * @param f The friction applied when this body collides
  */
 public void setFriction(float f) {
   shape.setFriction(f);
 }