コード例 #1
0
ファイル: GameObject.java プロジェクト: msoftware/bdx
 public boolean touching() {
   return !touchingObjects.isEmpty();
 }