Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sf::RenderTexture::isRepeated  (Read 1606 times)

0 Members and 1 Guest are viewing this topic.

rogeriodec

  • Newbie
  • *
  • Posts: 42
    • View Profile
sf::RenderTexture::isRepeated
« on: May 14, 2018, 03:53:53 am »
I researched but found nowhere.
For what practical purpose there is sf::RenderTexture::isRepeated ?

AlejandroCoria

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • alejandrocoria.games
    • Email
Re: sf::RenderTexture::isRepeated
« Reply #1 on: May 14, 2018, 05:14:06 am »
To know if the repeat mode was enabled or disabled (with sf::RenderTexture::setRepeated).

You can have more information about that in sf::Texture::setRepeated.

rogeriodec

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: sf::RenderTexture::isRepeated
« Reply #2 on: May 14, 2018, 05:28:25 am »
Of course, thanks!  :)