(FSkinColor skinColor, float x, float y, float w, float h, float cornerRadius)
| 503 | } |
| 504 | |
| 505 | public void fillRoundRect(FSkinColor skinColor, float x, float y, float w, float h, float cornerRadius) { |
| 506 | fillRoundRect(skinColor.getColor(), x, y, w, h, cornerRadius); |
| 507 | } |
| 508 | |
| 509 | public void fillRoundRect(Color color, float x, float y, float w, float h, float cornerRadius) { |
| 510 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected