What is the Z coordinate when rotating? (SOLVED)

i know, when i am handeling a position, i use Z position for Z order.
but , when i am handeling a rotation, what does Z do?

tell me …

thank you

1 Like

Defold is actually a 3D engine, and all math is done in 3D. So the z value of the rotation is used as any other rotation axis.

2 Likes

ok, i got it