Share via


SKTransitionDirection Enum

Definition

An enumeration of directions for use with SKTransitions.

[ObjCRuntime.Native]
public enum SKTransitionDirection
[<ObjCRuntime.Native>]
type SKTransitionDirection = 
Inheritance
SKTransitionDirection
Attributes

Fields

Name Value Description
Up 0

The transition moves from bottom to top.

Down 1

The transition moves from top to bottom.

Right 2

The transition moves from left to right.

Left 3

The transition moves from right to left.

Applies to