The Euler rotation about the z axis (in radians).
Questions tagged [zposition]
34 questions
0
votes
1 answer
How can I make this GIF appear correctly?
I created a GIF and it is basically snow particles falling and has a transparent background. Therefore I can have just snow flowing over my other PNGs and images on the app. The problem is that the app loads and the GIF appears all white. Not sure…

Christopher
- 64
- 4
0
votes
1 answer
How to stop SKSpriteNodes changing zPosition on touch
I am having an issue with the zPosition undesirably changing when a node is touched.
I can't give a simple code example because currently my scene and rendering is quite complex. Everything is drawn correctly when the scene is presented and for the…

Revick
- 25
- 6
0
votes
2 answers
Organizing zPosition values in Sprite Kit with enums
We have been using enums to organize the zPositions of our sprites. As we started to add SKNodes with several subsprites to our game, the structure quickly began to break down. Some child sprites that were placed on the screen had to have negative…

dblarons
- 123
- 2
- 11
0
votes
0 answers
2 UIImage with adaptive size and one on the second one
I'm trying to add images added as UIImage on a UIView with some constraints.
I have 2 images to put in the same screen.
I would like to fix the first one on the top, the second on the bottom and the 2nd above the 1st one.
I tried to with…

brcebn
- 1,571
- 1
- 23
- 46