Enum SKConfettiEmitterSide
Specifies the side of the view from which confetti particles are emitted.
public enum SKConfettiEmitterSide
Fields
Bottom = 3Emit particles from the bottom edge.
Bounds = 5Emit particles from a custom rectangular bounds.
Center = 4Emit particles from the center of the view.
Left = 1Emit particles from the left edge.
Right = 2Emit particles from the right edge.
Top = 0Emit particles from the top edge.