(float width,
float height, Color color)
| 1857 | } |
| 1858 | |
| 1859 | public TextureRegionDrawable getRectColorDrawable(float width, |
| 1860 | float height, Color color) { |
| 1861 | TextureRegion tex = new TextureRegion(getColorPointTexture(color)); |
| 1862 | tex.setRegion(0, 0, width, height); |
| 1863 | return new TextureRegionDrawable(tex); |
| 1864 | } |
| 1865 | |
| 1866 | /** |
| 1867 | * 获取TextureAtlas |
no test coverage detected