コード例 #1
0
ファイル: Table.java プロジェクト: ngdelamo/libgdx
 /** Returns the cell for the specified widget in this table, or null. */
 public Cell getCell(Actor actor) {
   return layout.getCell(actor);
 }