play(_:)
Resumes playback of the view’s scene.
Declaration
@IBAction func play(_ 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 not paused.