SKTransitionDirection Enum

Definition

An enumeration of directions for use with SKTransitions.

public enum SKTransitionDirection
type SKTransitionDirection = 
Inheritance
SKTransitionDirection

Fields

Down 1

The transition moves from top to bottom.

Left 3

The transition moves from right to left.

Right 2

The transition moves from left to right.

Up 0

The transition moves from bottom to top.

Applies to