AudioPlayerButtons
private struct AudioPlayerButtons: View
Audio Player Buttons
-
The binding to the observable
SceneState
Declaration
Swift
var sceneState: SceneState
-
The body of the
View
Declaration
Swift
var body: some View
-
Get the URL for the music file
Declaration
Swift
private func getMusicURL() -> URL?
Return Value
A full URL to the file, if found