SKTransitionDirection 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.
An enumeration of directions for use with SKTransitions.
public enum SKTransitionDirection
type SKTransitionDirection =
- Inheritance
-
SKTransitionDirection
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. |