SKTransition.CrossFadeWithDuration(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 crossfade transition that lasts the specified number of seconds.
[Foundation.Export("crossFadeWithDuration:")]
public static SpriteKit.SKTransition CrossFadeWithDuration (double sec);
static member CrossFadeWithDuration : double -> SpriteKit.SKTransition
Parameters
- sec
- Double
Returns
- Attributes