Returns true or false whether or not the texture is using repeat wrap mode along either U or V directions. @return boolean
()
| 573 | * @return boolean |
| 574 | */ |
| 575 | public boolean usingRepeat() { |
| 576 | return usingRepeat; |
| 577 | } |
| 578 | |
| 579 | |
| 580 | public void usingRepeat(boolean repeat) { |
no test coverage detected