SKScene.DidMoveToView(SKView) 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.
Method that is called after the scene is moved to view
.
[Foundation.Export("didMoveToView:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidMoveToView (SpriteKit.SKView view);
abstract member DidMoveToView : SpriteKit.SKView -> unit
override this.DidMoveToView : SpriteKit.SKView -> unit
Parameters
- view
- SKView
- Attributes