removeAudioPlayer(_:)
Removes the specified audio player from the node, stopping playback.
Declaration
func removeAudioPlayer(_ player: SCNAudioPlayer)Parameters
- player:
An audio player attached to the node.
Discussion
This method has no effect if the player parameter does not reference an audio player directly attached to the node.