MusicPlayerWantsLooped

Swift
public struct MusicPlayerWantsLooped: Sendable

Steamworks MusicPlayerWantsLooped_t


Topics

var looped: Bool

Steamworks m_bLooped

Declaration
Swift
public let looped: Bool

init(looped: Bool)

Create a customized MusicPlayerWantsLooped

Declaration
Swift
public init(looped: Bool = false)