SKParticleRenderOrder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values used with ParticleRenderOrder.
public enum SKParticleRenderOrder
type SKParticleRenderOrder =
- Inheritance
-
SKParticleRenderOrder
Fields
DontCare | 2 | Sprite Kit may render the particles in whichever order is best for performance. |
OldestFirst | 1 | The oldest particles are rendered first. |
OldestLast | 0 | The oldest particles are rendered last. |