SKSceneDelegate.DidApplyConstraints(SKScene) 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 constraints are applied to scene
.
[Foundation.Export("didApplyConstraintsForScene:")]
public virtual void DidApplyConstraints (SpriteKit.SKScene scene);
abstract member DidApplyConstraints : SpriteKit.SKScene -> unit
override this.DidApplyConstraints : SpriteKit.SKScene -> unit
Parameters
- scene
- SKScene
- Attributes