Today when I read the codes of tests in ZwoptexTest.cpp, I saw function like sprite~~>setFlipX or sprite~~>setFlipY(false).
I wonder what is thier meaning and what function they have.
Today when I read the codes of tests in ZwoptexTest.cpp, I saw function like sprite~~>setFlipX or sprite~~>setFlipY(false).
I wonder what is thier meaning and what function they have.
setFlipX: let sprite rotate around the x-axis
setFlipY: let sprite rotate around the y-axis