SKTransition.FadeWithColor 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.
Overloads
FadeWithColor(UIColor, Double) |
Creates a transition that fades to |
FadeWithColor(NSColor, Double) |
FadeWithColor(UIColor, Double)
Creates a transition that fades to color
and then to the following scene, lasting the specified number of seconds.
[Foundation.Export("fadeWithColor:duration:")]
public static SpriteKit.SKTransition FadeWithColor (UIKit.UIColor color, double sec);
static member FadeWithColor : UIKit.UIColor * double -> SpriteKit.SKTransition
Parameters
- color
- UIColor
- sec
- Double
Returns
- Attributes