SKTransition.DoorwayWithDuration(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 doorway transition, zooming to the following scene, that lasts the specified number of seconds.
[Foundation.Export("doorwayWithDuration:")]
public static SpriteKit.SKTransition DoorwayWithDuration (double sec);
static member DoorwayWithDuration : double -> SpriteKit.SKTransition
Parameters
- sec
- Double
Returns
- Attributes