SKView.PresentScene 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
PresentScene(SKScene, SKTransition) |
Plays the transition and then begins rendering the |
PresentScene(SKScene) |
Begins rendering the |
PresentScene(SKScene, SKTransition)
Plays the transition and then begins rendering the scene
and running the Sprite Kit animation loop.
[Foundation.Export("presentScene:transition:")]
public virtual void PresentScene (SpriteKit.SKScene scene, SpriteKit.SKTransition transition);
abstract member PresentScene : SpriteKit.SKScene * SpriteKit.SKTransition -> unit
override this.PresentScene : SpriteKit.SKScene * SpriteKit.SKTransition -> unit
Parameters
- scene
- SKScene
- transition
- SKTransition
- Attributes
Applies to
PresentScene(SKScene)
Begins rendering the scene
and running the Sprite Kit animation loop.
[Foundation.Export("presentScene:")]
public virtual void PresentScene (SpriteKit.SKScene scene);
abstract member PresentScene : SpriteKit.SKScene -> unit
override this.PresentScene : SpriteKit.SKScene -> unit
Parameters
- Attributes