Contents

play()

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

Declaration

class func play() -> SKAction

Return Value

A new action object.

Discussion

This action may only be executed on an SKAudioNode object.

This action is not reversible.

See Also

Controlling the Audio of a Node