コード例 #1
0
ファイル: World.java プロジェクト: wuyun1/loon-simple
 /**
  * Call this after you are done with time steps to clear the forces. You normally call this after
  * each call to Step, unless you are performing sub-steps. By default, forces will be
  * automatically cleared, so you don't need to call this function.
  *
  * @see SetAutoClearForces
  */
 public void clearForces() {
   jniClearForces(addr);
 }