Contents

pause()

Creates an action that tells an audio node to pause playback.

Declaration

class func pause() -> SKAction

Return Value

A new action object.

Discussion

This action may only be executed on an SKAudioNode object. The audio is paused, and if restarted, resumes at where it was paused.

This action is not reversible.

See Also

Controlling the Audio of a Node