SKScene.WillMoveFromView(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 when the scene is about to move from view
.
[Foundation.Export("willMoveFromView:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillMoveFromView (SpriteKit.SKView view);
abstract member WillMoveFromView : SpriteKit.SKView -> unit
override this.WillMoveFromView : SpriteKit.SKView -> unit
Parameters
- view
- SKView
- Attributes