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