* Returns the texture used to draw the polygon * (textures are stored in a set). * @return Texture sprite number. */
| 158 | * @return Texture sprite number. |
| 159 | */ |
| 160 | int Polygon::getTexture() const |
| 161 | { |
| 162 | return _texture; |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Changes the texture used to draw the polygon. |
no outgoing calls
no test coverage detected