コード例 #1
0
ファイル: btSoftBody.java プロジェクト: JavadocMD/libgdx
 public Face getFace(int idx) {
   long cPtr = SoftbodyJNI.btSoftBody_getFace(swigCPtr, this, idx);
   return (cPtr == 0) ? null : new Face(cPtr, false);
 }