获取drawable
(String imageName)
| 1970 | * 获取drawable |
| 1971 | */ |
| 1972 | public TextureRegionDrawable getDrawable(String imageName) { |
| 1973 | if (imageName == null) |
| 1974 | return null; |
| 1975 | return new TextureRegionDrawable(getTextureRegion(imageName)); |
| 1976 | } |
| 1977 | |
| 1978 | /** |
| 1979 | * 获取九宫图 |
no test coverage detected