SKTransition.RevealWithDirection(SKTransitionDirection, Double) Method
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.
Creates a transition where the old scene moves away in the specified direction, revealing the new scene over the specified number of seconds.
[Foundation.Export("revealWithDirection:duration:")]
public static SpriteKit.SKTransition RevealWithDirection (SpriteKit.SKTransitionDirection direction, double sec);
static member RevealWithDirection : SpriteKit.SKTransitionDirection * double -> SpriteKit.SKTransition
Parameters
- direction
- SKTransitionDirection
- sec
- Double
Returns
- Attributes