MusicPlayerWantsVolume

Swift
public struct MusicPlayerWantsVolume: Sendable

Steamworks MusicPlayerWantsVolume_t


Topics

var newVolume: Float

Steamworks m_flNewVolume

Declaration
Swift
public let newVolume: Float

init(newVolume: Float)

Create a customized MusicPlayerWantsVolume

Declaration
Swift
public init(newVolume: Float = 0)