---
title: "play(_:)"
framework: scenekit
role: symbol
role_heading: Instance Method
path: "scenekit/scnview/play(_:)"
---

# play(_:)

Resumes playback of the view’s scene.

## Declaration

```swift
@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

Discussion This method has no effect if the scene is not paused.

## See Also

### Playing Action and Animation in a View’s Scene

- [pause(_:)](scenekit/scnview/pause(_:).md)
- [stop(_:)](scenekit/scnview/stop(_:).md)
