SKScene.DidChangeSize(CGSize) Method

Definition

Method that is called after the size of the scene changes.

[Foundation.Export("didChangeSize:")]
public virtual void DidChangeSize (CoreGraphics.CGSize oldSize);
abstract member DidChangeSize : CoreGraphics.CGSize -> unit
override this.DidChangeSize : CoreGraphics.CGSize -> unit

Parameters

oldSize
CGSize
Attributes

Applies to