コード例 #1
0
ファイル: Joint.cs プロジェクト: thdtjsdn/box2dnet
 public static void destroy(Joint joint)
 {
     joint.destructor();
 }