Contents

pause(_:)

Pauses playback of the view’s scene.

Declaration

@IBAction func pause(_ sender: Any?)

Parameters

  • sender:

    The object requesting the action (used when connecting a control in Interface Builder). SceneKit ignores this parameter.

Discussion

This method has no effect if the scene is already paused.

See Also

Playing Action and Animation in a View’s Scene