setFlipTextureVertically abstract method

void setFlipTextureVertically(
  1. bool flip
)

Sets whether to flip the image vertically.

The default is true.

  • flip If true, the texture image is flipped vertically before use.

Implementation

void setFlipTextureVertically(bool flip);