Pauses playback of the view’s scene.
SDKs
- iOS 8.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Scene
Kit
Declaration
- (IBAction)pause:(id)sender;
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.