コード例 #1
0
ファイル: btSoftBody.java プロジェクト: JavadocMD/libgdx
 public void scale(Vector3 scl) {
   SoftbodyJNI.btSoftBody_scale(swigCPtr, this, scl);
 }