SKScene.DidChangeSize(CGSize) 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 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