setFlipTextureVertically abstract method
- bool flip
Sets whether to flip the image vertically.
The default is true.
flipIftrue, the texture image is flipped vertically before use.
Implementation
void setFlipTextureVertically(bool flip);
Sets whether to flip the image vertically.
The default is true.
flip If true, the texture image is flipped vertically before use.void setFlipTextureVertically(bool flip);